ipa/client: try and sort this so it does not change from run to run

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-04-04 13:03:37 -07:00
parent 4df0d9e28f
commit 6720b82d01

View file

@ -36,7 +36,7 @@
ipaadmin_password: "{{ ipa_server_admin_passwords[item[0]] }}"
action: member
state: present
host: "{{ item[2] | list }}"
host: "{{ item[2] | list | sort }}"
loop: "{{ ipa_server_host_groups_hosts }}"
when: ipa_server_host_groups_hosts is defined