mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-04-12 20:01:13 +00:00
ipaserver/tasks/install.yml: Add no-log got master password generation again
This commit is contained in:
@@ -103,6 +103,7 @@
|
||||
register: result_ipaserver_master_password
|
||||
|
||||
- name: Install - Use new master password
|
||||
no_log: yes
|
||||
set_fact:
|
||||
ipaserver_master_password: "{{ result_ipaserver_master_password.password }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user