mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-13 13:02:00 +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
|
register: result_ipaserver_master_password
|
||||||
|
|
||||||
- name: Install - Use new master password
|
- name: Install - Use new master password
|
||||||
|
no_log: yes
|
||||||
set_fact:
|
set_fact:
|
||||||
ipaserver_master_password: "{{ result_ipaserver_master_password.password }}"
|
ipaserver_master_password: "{{ result_ipaserver_master_password.password }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user