mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 13:44:24 -07:00
Do not leak the solaris root password in the log
This commit is contained in:
parent
60d84aca07
commit
6769bbf1a6
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ def main():
|
||||||
state = dict(default='present', choices=['running', 'started', 'present', 'installed', 'stopped', 'absent', 'configured', 'detached', 'attached']),
|
state = dict(default='present', choices=['running', 'started', 'present', 'installed', 'stopped', 'absent', 'configured', 'detached', 'attached']),
|
||||||
path = dict(defalt=None),
|
path = dict(defalt=None),
|
||||||
sparse = dict(default=False, type='bool'),
|
sparse = dict(default=False, type='bool'),
|
||||||
root_password = dict(default=None),
|
root_password = dict(default=None, no_log=True),
|
||||||
timeout = dict(default=600, type='int'),
|
timeout = dict(default=600, type='int'),
|
||||||
config = dict(default=''),
|
config = dict(default=''),
|
||||||
create_options = dict(default=''),
|
create_options = dict(default=''),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue