From 6720b82d014f2b876827234cb8cfd6c97621567a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 4 Apr 2023 13:03:37 -0700 Subject: [PATCH] ipa/client: try and sort this so it does not change from run to run Signed-off-by: Kevin Fenzi --- roles/ipa/client/tasks/common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ipa/client/tasks/common.yml b/roles/ipa/client/tasks/common.yml index 99f1fc3139..9cee19b85a 100644 --- a/roles/ipa/client/tasks/common.yml +++ b/roles/ipa/client/tasks/common.yml @@ -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