[ipa/server] Improve confirmation message
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
207ad8f313
commit
0e12908828
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
||||||
|
|
||||||
- name: ask admin if they are ok reinstalling this ipa server replica
|
- name: ask admin if they are ok reinstalling this ipa server replica
|
||||||
ansible.builtin.pause:
|
ansible.builtin.pause:
|
||||||
prompt: "Do you want to reinstall replica for {{ item }} (ignored for master node)? (yes/no)"
|
prompt: "Do you want to reinstall replica for {{ item }} (ignored for master node and any node with /var/log/ipainstall.log)? (yes/no)"
|
||||||
register: confirm_replica
|
register: confirm_replica
|
||||||
with_items: "{{ play_hosts }}"
|
with_items: "{{ play_hosts }}"
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue