mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 14:05:59 -03:30
restore tower_legacy.py, update examples to include CONTROLLER_HOST
This commit is contained in:
@@ -83,7 +83,7 @@ def tower_auth_config(module):
|
||||
|
||||
|
||||
def tower_check_mode(module):
|
||||
'''Execute check mode logic for Automation Platform Controller modules'''
|
||||
'''Execute check mode logic for Ansible Tower modules'''
|
||||
if module.check_mode:
|
||||
try:
|
||||
result = client.get('/ping').json()
|
||||
|
||||
Reference in New Issue
Block a user