diff --git a/playbooks/groups/osbs-cluster.yml b/playbooks/groups/osbs-cluster.yml index d3920d091e..e6aa0cffee 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -65,14 +65,14 @@ roles: - role: keytab/service - owner_user: apache - owner_group: apache + owner_user: root + owner_group: root service: osbs host: "osbs.fedoraproject.org" when: env == "production" - role: keytab/service - owner_user: apache - owner_group: apache + owner_user: root + owner_group: root service: osbs host: "osbs.stg.fedoraproject.org" when: env == "staging"