mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
parent
2f6966965e
commit
74e8aa22af
30 changed files with 36 additions and 43 deletions
|
@ -505,7 +505,7 @@ def main():
|
|||
argument_spec = cs_argument_spec()
|
||||
argument_spec.update(dict(
|
||||
name=dict(required=True, aliases=['url']),
|
||||
password=dict(default=None, not_log=True),
|
||||
password=dict(default=None, no_log=True),
|
||||
username=dict(default=None),
|
||||
hypervisor=dict(choices=CS_HYPERVISORS, default=None),
|
||||
allocation_state=dict(default=None),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue