Do not leak mail password by error

pull/18777/head
Michael Scherer 9 years ago committed by Matt Clay
parent 0dd3296ddd
commit b8706a1f95

@ -178,7 +178,7 @@ def main():
module = AnsibleModule(
argument_spec = dict(
username = dict(default=None),
password = dict(default=None),
password = dict(default=None, no_log=True),
host = dict(default='localhost'),
port = dict(default='25'),
sender = dict(default='root', aliases=['from']),

Loading…
Cancel
Save