[ipa/server] Add missing tags and remove debug output
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
ad52399ecf
commit
7c296fed36
1 changed files with 3 additions and 4 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue