mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-18 22:31:06 -07:00
parent
2f6966965e
commit
74e8aa22af
30 changed files with 36 additions and 43 deletions
|
@ -185,7 +185,7 @@ def main():
|
|||
argument_spec = dict(
|
||||
host=dict(default=None, type='str'),
|
||||
username=dict(default=None, type='str'),
|
||||
password=dict(default=None, type='str'),
|
||||
password=dict(default=None, type='str', no_log=True),
|
||||
state=dict(default='present', choices=['present', 'absent']),
|
||||
logging=dict(default=False, type='bool')
|
||||
),
|
||||
|
|
|
@ -377,7 +377,7 @@ def main():
|
|||
operation=dict(choices=['create', 'comment', 'edit', 'fetch', 'transition', 'link'],
|
||||
aliases=['command'], required=True),
|
||||
username=dict(required=True),
|
||||
password=dict(required=True),
|
||||
password=dict(required=True, no_log=True),
|
||||
project=dict(),
|
||||
summary=dict(),
|
||||
description=dict(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue