From d116ab379597eab5b170e7b47639665f39545754 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Jan 27 2025 19:46:19 +0000 Subject: koji-hub: do not install secondary keytabs yet Signed-off-by: Kevin Fenzi --- diff --git a/roles/koji_hub/tasks/main.yml b/roles/koji_hub/tasks/main.yml index f41721f..13acc29 100644 --- a/roles/koji_hub/tasks/main.yml +++ b/roles/koji_hub/tasks/main.yml @@ -232,6 +232,7 @@ owner=apache group=apache mode=0600 notify: - reload httpd + when: env != 'staging' and ansible_hostname.startswith('koji') tags: - config - koji_hub @@ -241,6 +242,7 @@ owner=apache group=apache mode=0600 notify: - reload httpd + when: env != 'staging' and ansible_hostname.startswith('koji') tags: - config - koji_hub