ipa/client: Fix ensuring hosts exist in groups

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2021-02-12 18:08:03 +01:00
parent 686768423e
commit 2bf34099e2

View file

@ -34,5 +34,5 @@
ipaadmin_password: "{{ ipa_server_admin_passwords[item[0]] }}"
action: member
state: present
host: "{{ item[2] | list }}"
loop: "{{ ipa_server_host_groups_hosts }}"
host: "{{ item[4] | list }}"
loop: "{{ ipa_server_host_user_groups_hosts }}"