mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Do not leak the solaris root password in the log
This commit is contained in:
committed by
Matt Clay
parent
60d84aca07
commit
6769bbf1a6
@@ -422,7 +422,7 @@ def main():
|
||||
state = dict(default='present', choices=['running', 'started', 'present', 'installed', 'stopped', 'absent', 'configured', 'detached', 'attached']),
|
||||
path = dict(defalt=None),
|
||||
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'),
|
||||
config = dict(default=''),
|
||||
create_options = dict(default=''),
|
||||
|
||||
Reference in New Issue
Block a user