[ipa/server] Save the confirmation for other hosts
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
30ab628cb6
commit
3425914190
1 changed files with 6 additions and 1 deletions
|
@ -112,6 +112,11 @@
|
|||
- ipa/server
|
||||
- config
|
||||
|
||||
- name: save output for other hosts
|
||||
ansible.builtin.set_fact:
|
||||
run_once: true
|
||||
confirm_replica: "{{ confirm_replica.user_input }}"
|
||||
|
||||
- name: configure replication
|
||||
block:
|
||||
# The ipa-client-install makes the ipa-replica-install fail
|
||||
|
@ -144,7 +149,7 @@
|
|||
when:
|
||||
- not ipa_initial
|
||||
- not check_replica.stat.exists
|
||||
- confirm_replica.user_input | default('no') | bool
|
||||
- confirm_replica | default('no') | bool
|
||||
tags:
|
||||
- ipa/server
|
||||
- config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue