mirror of
https://github.com/zahodi/ansible-mikrotik.git
synced 2025-07-30 23:54:30 +02:00
for secret arguments no_log=True should be set
This commit is contained in:
parent
c23500d05b
commit
ea39515c3e
20 changed files with 20 additions and 20 deletions
|
@ -54,7 +54,7 @@ def main():
|
|||
argument_spec=dict(
|
||||
hostname=dict(required=True),
|
||||
username=dict(required=True),
|
||||
password=dict(required=True),
|
||||
password=dict(required=True, no_log=True),
|
||||
command=dict(required=True, type='str'),
|
||||
command_arguments=dict(required=False, type='dict'),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue