mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 02:33:09 +00:00
Mark token as no_log, since that's used for auth (#2011)
This commit is contained in:
committed by
Matt Clay
parent
b4064a352e
commit
1d1fba5476
@@ -163,7 +163,7 @@ def main():
|
||||
|
||||
module = AnsibleModule(
|
||||
argument_spec=dict(
|
||||
token=dict(required=True),
|
||||
token=dict(required=True, no_log=True),
|
||||
room=dict(required=True),
|
||||
msg=dict(required=True),
|
||||
msg_from=dict(default="Ansible", aliases=['from']),
|
||||
|
||||
Reference in New Issue
Block a user