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:
parent
03865e6d47
commit
e1f088c850
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user