mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
added no_log attribute to password argument.
This commit is contained in:
@@ -399,7 +399,7 @@ class ClcServer:
|
||||
cpu=dict(default=1),
|
||||
memory=dict(default=1),
|
||||
alias=dict(default=None),
|
||||
password=dict(default=None),
|
||||
password=dict(default=None, no_log=True),
|
||||
ip_address=dict(default=None),
|
||||
storage_type=dict(
|
||||
default='standard',
|
||||
|
||||
Reference in New Issue
Block a user