ipa: make sure a bunch of calls do not log sensitive data

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2025-03-20 14:48:12 -07:00
parent 1251149241
commit 58bbbca299
5 changed files with 6 additions and 0 deletions

View File

@@ -66,6 +66,7 @@
- name: Get admin ticket
ansible.builtin.shell: echo "{{ipa_admin_password}}" | kinit admin
check_mode: no
no_log: true
tags:
- ipsilon