From 864b4beeda6dde16f38e3f1a7f3441580a254b2d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 19 Mar 2016 16:32:56 +0000 Subject: [PATCH] Composers didn't have sudo role, so they had the old sudo and are unable to sync at the end of compose. --- playbooks/groups/composers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/composers.yml b/playbooks/groups/composers.yml index 0eb8a0a986..5978d22079 100644 --- a/playbooks/groups/composers.yml +++ b/playbooks/groups/composers.yml @@ -37,6 +37,7 @@ when: datacenter == 'staging' - releng - fedmsg/base + - sudo tasks: - include: "{{ tasks }}/yumrepos.yml"