mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
@@ -79,9 +79,9 @@ def tower_check_mode(module):
|
|||||||
|
|
||||||
def tower_argument_spec():
|
def tower_argument_spec():
|
||||||
return dict(
|
return dict(
|
||||||
tower_host = dict(),
|
tower_host=dict(),
|
||||||
tower_username = dict(),
|
tower_username=dict(),
|
||||||
tower_password = dict(no_log=True),
|
tower_password=dict(no_log=True),
|
||||||
tower_verify_ssl = dict(type='bool', default=True),
|
tower_verify_ssl=dict(type='bool', default=True),
|
||||||
tower_config_file = dict(type='path'),
|
tower_config_file=dict(type='path'),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user