Merge "Use allovercloud ansible group"

This commit is contained in:
Zuul 2021-11-09 06:12:11 +00:00 committed by Gerrit Code Review
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: