From 6b1feadf4fbfe292e65765ad8c068eabd4c67fea Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 10 May 2021 11:43:00 -0700 Subject: [PATCH] ipa / server: only install the stage user cleanup on 01 Signed-off-by: Kevin Fenzi --- roles/ipa/server/tasks/scripts.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/ipa/server/tasks/scripts.yml b/roles/ipa/server/tasks/scripts.yml index ad7f121c4d..d65656dbdb 100644 --- a/roles/ipa/server/tasks/scripts.yml +++ b/roles/ipa/server/tasks/scripts.yml @@ -39,6 +39,7 @@ ipa_pass: "{{ipa_admin_password}}" validate_certs: no run_once: yes + delegate_to: ipa[0] tags: - ipa/server - config @@ -51,6 +52,7 @@ mode: 0755 # Only run the cron job on one server run_once: yes + delegate_to: ipa[0] tags: - ipa/server - config