no log passwords (#21229)

* no log passwords

* removed unneeded no_log
This commit is contained in:
Brian Coca 2017-02-10 15:13:59 -05:00 committed by GitHub
parent 2f6966965e
commit 74e8aa22af
30 changed files with 36 additions and 43 deletions

View file

@ -212,7 +212,7 @@ def main():
description=dict(),
location=dict(choices=LOCATIONS, default='us/las'),
subscription_user=dict(),
subscription_password=dict(),
subscription_password=dict(no_log=True),
wait=dict(type='bool', default=True),
wait_timeout=dict(default=600),
state=dict(default='present'),