Manually document tower host default

This commit is contained in:
AlanCoding
2020-04-07 10:18:55 -04:00
parent b90a296d41
commit 45df5ba9c4
3 changed files with 3 additions and 3 deletions

View File

@@ -124,7 +124,7 @@ def tower_check_mode(module):
class TowerModule(AnsibleModule):
def __init__(self, argument_spec, **kwargs):
args = dict(
tower_host=dict(default='127.0.0.1'),
tower_host=dict(),
tower_username=dict(),
tower_password=dict(no_log=True),
validate_certs=dict(type='bool', aliases=['tower_verify_ssl']),