mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Make sure that the token is not printed in log (#3115)
This commit is contained in:
committed by
Matt Clay
parent
138aaa4ff3
commit
9be3e67e21
@@ -199,7 +199,7 @@ def ensure_key_present(session, name, pubkey, force, check_mode):
|
||||
|
||||
def main():
|
||||
argument_spec = {
|
||||
'token': {'required': True},
|
||||
'token': {'required': True, 'no_log': True},
|
||||
'name': {'required': True},
|
||||
'pubkey': {},
|
||||
'state': {'choices': ['present', 'absent'], 'default': 'present'},
|
||||
|
||||
Reference in New Issue
Block a user