[ipa/server] Don't split prompt for pause module
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
2f94e51c2e
commit
4a39c39740
1 changed files with 1 additions and 2 deletions
|
@ -123,8 +123,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: |
|
prompt: |
|
||||||
"Do you want to reinstall replica for {{ item }} "
|
"Do you want to reinstall replica for {{ item }} (ignored for master node and any node with /var/log/ipainstall.log)? (yes/no)"
|
||||||
"(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