mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-01 12:40:22 -07:00
parent
2f6966965e
commit
74e8aa22af
30 changed files with 36 additions and 43 deletions
|
@ -119,7 +119,7 @@ def add_dag(xapi, dag_name, dag_filter):
|
|||
def main():
|
||||
argument_spec = dict(
|
||||
ip_address=dict(required=True),
|
||||
password=dict(required=True),
|
||||
password=dict(required=True, no_log=True),
|
||||
username=dict(default='admin'),
|
||||
dag_name=dict(required=True),
|
||||
dag_filter=dict(required=True),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue