From 22701344dd589e3a4126a87d47f80683c34b0c58 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 14 Jun 2021 12:56:17 -0700 Subject: [PATCH] fedoraloveskde: add role to sundries Signed-off-by: Kevin Fenzi --- playbooks/groups/sundries.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/groups/sundries.yml b/playbooks/groups/sundries.yml index 068d4b7999..f37f94d8b7 100644 --- a/playbooks/groups/sundries.yml +++ b/playbooks/groups/sundries.yml @@ -51,6 +51,8 @@ when: master_sundries_node|bool - role: developer/build when: master_sundries_node|bool + - role: fedoraloveskde/build + when: master_sundries_node|bool - { role: rabbit/user, username: "sundries{{ env_suffix }}", when: master_sundries_node|bool and deployment_type == "stg" }