[ipa/server] Add missing tags and remove debug output

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-10-11 13:05:43 +02:00
parent ad52399ecf
commit 7c296fed36

View file

@ -118,10 +118,9 @@
confirm_replica: "{{ item.user_input }}" confirm_replica: "{{ item.user_input }}"
with_items: "{{ hostvars[play_hosts.0].confirm_replica.results }}" with_items: "{{ hostvars[play_hosts.0].confirm_replica.results }}"
when: item.item == inventory_hostname when: item.item == inventory_hostname
tags:
- name: validate the variable is set - ipa/server
ansible.builtin.debug: - config
var: confirm_replica
- name: configure replication - name: configure replication
block: block: