Skip to content
Snippets Groups Projects
Unverified Commit ad37bed3 authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Merge pull request #755 from austlane/master

Fixes `no_log` warning for `ipahost` module
parents b00dc5da 60fd87c5
Branches
Tags
No related merge requests found
......@@ -709,7 +709,7 @@ def main():
elements='dict', required=False),
# mod
update_password=dict(type='str', default=None,
update_password=dict(type='str', default=None, no_log=False,
choices=['always', 'on_create']),
# general
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment