mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
[ipa/server] Don't run ipa-replica-install for master node
When introducing the new validation mechanism I accidentally removed check for ipa_initial from ipa-replica-install. This commit is adding it back. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
--server={{ipa_server}}
|
||||
--dirsrv-config-file=/root/ldif/replica-install.ldif
|
||||
when: ansible_distribution_major_version|int >= 8
|
||||
when: (confirm_replica is defined) and (confirm_replica.user_input | bool)
|
||||
when: not ipa_initial and (confirm_replica is defined) and (confirm_replica.user_input | bool)
|
||||
tags:
|
||||
- ipa/server
|
||||
- config
|
||||
|
||||
Reference in New Issue
Block a user