mirror of
https://github.com/ansible/awx.git
synced 2026-04-05 01:59:25 -02:30
mostly includes renaming non-syntax references to tower
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 Controller modules'''
|
||||
'''Execute check mode logic for Automation Platform Controller modules'''
|
||||
if module.check_mode:
|
||||
try:
|
||||
result = client.get('/ping').json()
|
||||
|
||||
Reference in New Issue
Block a user