restore tower_legacy.py, update examples to include CONTROLLER_HOST

This commit is contained in:
Seth Foster
2021-05-11 20:15:54 -04:00
parent a7b29f6112
commit 1a2e56c785
3 changed files with 22 additions and 22 deletions

View File

@@ -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()