mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
parent
2f6966965e
commit
74e8aa22af
30 changed files with 36 additions and 43 deletions
|
@ -219,7 +219,7 @@ def main():
|
|||
server=dict(),
|
||||
volume=dict(),
|
||||
subscription_user=dict(),
|
||||
subscription_password=dict(),
|
||||
subscription_password=dict(no_log=True),
|
||||
wait=dict(type='bool', default=True),
|
||||
wait_timeout=dict(type='int', default=600),
|
||||
state=dict(default='present'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue