Merge "Use allovercloud ansible group"
This commit is contained in:
commit
c3ee5fd647
@ -59,8 +59,7 @@
|
||||
|
||||
- name: create list of hosts to clean up in IPA
|
||||
set_fact:
|
||||
hosts_list: "{{ hosts_list + [ hostvars[item]['canonical_hostname'] ] }}"
|
||||
loop: "{{ groups.certmonger_user | default([]) }}"
|
||||
hosts_list: "{{ groups.allovercloud | map('extract', hostvars, 'canonical_hostname') | list }}"
|
||||
|
||||
- name: import cleanup tasks from the tripleo-ipa role
|
||||
include_role:
|
||||
|
Loading…
x
Reference in New Issue
Block a user