mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-21 10:21:22 -07:00
Add many no_log attributes
This commit is contained in:
parent
78b36fe3b6
commit
1a7d4e3cda
101 changed files with 147 additions and 111 deletions
|
@ -195,7 +195,7 @@ def main():
|
|||
host=dict(required=True, type='str'),
|
||||
name=dict(required=True, type='str'),
|
||||
instance=dict(required=True, type='dict'),
|
||||
password=dict(type='str'),
|
||||
password=dict(type='str', no_log=True),
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue