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" }