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:
parent
4df0d9e28f
commit
6720b82d01
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue