mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
parent
2f6966965e
commit
74e8aa22af
30 changed files with 36 additions and 43 deletions
|
@ -212,7 +212,7 @@ def main():
|
|||
description=dict(),
|
||||
location=dict(choices=LOCATIONS, default='us/las'),
|
||||
subscription_user=dict(),
|
||||
subscription_password=dict(),
|
||||
subscription_password=dict(no_log=True),
|
||||
wait=dict(type='bool', default=True),
|
||||
wait_timeout=dict(default=600),
|
||||
state=dict(default='present'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue