[ipa/server] Try to fix the deployment errors

The answer from ipa03 is ignored, let's hope this will fix it.

The ipa_user module is returning "response user_mod: no modifications to
be performed", which should be OK, but it's treated like fatal error.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-11-06 19:46:48 +01:00
parent 3883563303
commit f21a270008

View file

@ -122,8 +122,7 @@
- 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)"
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
with_items: "{{ play_hosts }}"
tags:
@ -236,7 +235,7 @@
name: admin
password: "{{ ipa_admin_password }}"
# Password expiration date will be a Friday 13th in 30 years. I'm sure we'll remember that.
krbpasswordexpiration: "2050-05-13 00:00:00"
krbpasswordexpiration: "20500513000000"
update_password: on_create
ipa_pass: "{{ ipa_admin_password }}"
ipa_host: "{{ inventory_hostname }}"