mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
Added env variable CONTROLLER_HOST, et al. Add awx.awx namespace to the runtime.yml redirects, and added templating task to change to ansible.controller
This commit is contained in:
@@ -695,7 +695,7 @@
|
||||
organization: Default
|
||||
state: present
|
||||
kind: tower
|
||||
host: https://tower.example.org
|
||||
host: https://controller.example.org
|
||||
username: joe
|
||||
password: secret
|
||||
register: result
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
that:
|
||||
- "result is not changed"
|
||||
|
||||
# Test behaviour common to all tower modules
|
||||
# Test behaviour common to all controller modules
|
||||
- name: Check that SSL is available and verify_ssl is enabled (task must fail)
|
||||
organization:
|
||||
name: Default
|
||||
|
||||
Reference in New Issue
Block a user