ipa/client: Fix ensuring hosts exist in groups
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
686768423e
commit
2bf34099e2
1 changed files with 2 additions and 2 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue