[ipa/server] Add missing tags
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
883cff055f
commit
35bba8046d
1 changed files with 6 additions and 0 deletions
|
@ -107,6 +107,9 @@
|
|||
- name: Saving /var/log/ipainstall.log check
|
||||
ansible.builtin.set_fact:
|
||||
replica_check: replica_log
|
||||
tags:
|
||||
- ipa/server
|
||||
- config
|
||||
|
||||
- name: ask admin if they are ok reinstalling this ipa server replica
|
||||
ansible.builtin.pause:
|
||||
|
@ -123,6 +126,9 @@
|
|||
confirm_replica: "{{ item.user_input }}"
|
||||
with_items: "{{ hostvars[play_hosts.0].input.results }}"
|
||||
when: item.item == inventory_hostname
|
||||
tags:
|
||||
- ipa/server
|
||||
- config
|
||||
|
||||
- name: configure replication
|
||||
block:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue