From d0fb0a4463ce8ec010314cf7465193a667ab48dc Mon Sep 17 00:00:00 2001 From: Adam Saleh Date: Fri, 7 May 2021 18:50:17 +0200 Subject: [PATCH] Moving bodhi backend task before kerberos tasks so that apache user exists. --- playbooks/groups/bodhi-backend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/bodhi-backend.yml b/playbooks/groups/bodhi-backend.yml index 262da98e2b..e19963fee2 100644 --- a/playbooks/groups/bodhi-backend.yml +++ b/playbooks/groups/bodhi-backend.yml @@ -74,6 +74,8 @@ mnt_dir: '/pub/archive' nfs_src_dir: 'fedora_ftp_archive' + - bodhi2/backend + - role: keytab/service owner_user: apache owner_group: apache @@ -88,8 +90,6 @@ host: "bodhi.stg.fedoraproject.org" when: env == "staging" - - bodhi2/backend - - role: zabbix/zabbix-agent when: env == "staging"