From 535b396f9507e1bfb3de75a51fdc114f6ee980a5 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 9 Apr 2021 22:45:13 +0200 Subject: [PATCH] Add the role for translation on sundries --- playbooks/groups/sundries.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/groups/sundries.yml b/playbooks/groups/sundries.yml index fdaa65f44e..068d4b7999 100644 --- a/playbooks/groups/sundries.yml +++ b/playbooks/groups/sundries.yml @@ -39,6 +39,8 @@ when: master_sundries_node|bool - role: fedora-web/build when: master_sundries_node|bool + - role: fedora-web/translation + when: master_sundries_node|bool - role: fedora-budget/build when: master_sundries_node|bool - role: fedora-docs/build