1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Mark token as no_log, since that's used for auth (#2011)

This commit is contained in:
Michael Scherer 2016-04-12 16:27:18 +02:00 committed by Matt Clay
parent b4064a352e
commit 1d1fba5476

View file

@ -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']),