mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-20 03:40:22 -07:00
ipa: Update non-secret fields matching '*pass*' with no_log=False (#1339)
* ipa: Update non-secret fields matching '*pass*' with no_log=False * Add changelog fragment * Update changelogs/fragments/1339-ip-no_log-nonsecret.yml Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
6c94ab7c6b
commit
0a28a0c8b0
3 changed files with 7 additions and 3 deletions
|
@ -345,8 +345,9 @@ def main():
|
|||
argument_spec.update(displayname=dict(type='str'),
|
||||
givenname=dict(type='str'),
|
||||
update_password=dict(type='str', default="always",
|
||||
choices=['always', 'on_create']),
|
||||
krbpasswordexpiration=dict(type='str'),
|
||||
choices=['always', 'on_create'],
|
||||
no_log=False),
|
||||
krbpasswordexpiration=dict(type='str', no_log=False),
|
||||
loginshell=dict(type='str'),
|
||||
mail=dict(type='list', elements='str'),
|
||||
sn=dict(type='str'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue