[ipa/server] Split the long string
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
c19563b3db
commit
e5b2f1afae
1 changed files with 2 additions and 1 deletions
|
@ -123,7 +123,8 @@
|
|||
- name: Ask admin if they are OK reinstalling this ipa server replica
|
||||
ansible.builtin.pause:
|
||||
prompt: |
|
||||
"Do you want to reinstall replica for {{ item }} (ignored for master node and any node with /var/log/ipainstall.log)? (yes/no)"
|
||||
"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
|
||||
with_items: "{{ play_hosts }}"
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue