From e1f088c8504b0a0f32635731788c009788f65fb8 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 17 Nov 2017 10:11:28 +1100 Subject: [PATCH] Install gettext for msgmerge This role uses msgmerge, which is provided by the gettext package in most major distros. Since it's a common name, I think we can get away with just the generic package installer. Change-Id: I16439329376172bbb896cb99d26d48383f2a3b60 --- roles/build-releasenotes/tasks/main.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/build-releasenotes/tasks/main.yaml b/roles/build-releasenotes/tasks/main.yaml index de7ff714..7b0e6e35 100644 --- a/roles/build-releasenotes/tasks/main.yaml +++ b/roles/build-releasenotes/tasks/main.yaml @@ -1,3 +1,9 @@ +- name: Install gettext package + package: + name: gettext + state: present + become: yes + # TODO(mordred) Put the translations logic into a sphinx plugin? - name: Check if translations exist for release notes stat: