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
This commit is contained in:
Ian Wienand 2017-11-17 10:11:28 +11:00
parent 03865e6d47
commit e1f088c850

View File

@ -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: