[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 }}"
|
||||
with_items: "{{ hostvars[play_hosts.0].confirm_replica.results }}"
|
||||
when: item.item == inventory_hostname
|
||||
|
||||
- name: validate the variable is set
|
||||
ansible.builtin.debug:
|
||||
var: confirm_replica
|
||||
tags:
|
||||
- ipa/server
|
||||
- config
|
||||
|
||||
- name: configure replication
|
||||
block:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue