[IPA] Start the clean step unattended
This needs user input if not run with --unattended. Let's add this parameter to fix that. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
405c6a4953
commit
03edf77f12
1 changed files with 3 additions and 1 deletions
|
@ -177,7 +177,9 @@
|
|||
# This will clean the previous installation and allows
|
||||
# the replica to be deployed.
|
||||
- name: clean client installation
|
||||
command: ipa-server-install --uninstall
|
||||
command: ipa-server-install
|
||||
--uninstall
|
||||
--unattended
|
||||
when: ansible_distribution_major_version|int >= 9
|
||||
|
||||
- name: deploy replica
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue