[fedora-docs/translation] Migrate to RHEL 9
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
df67f2be1f
commit
94c9a21711
1 changed files with 19 additions and 0 deletions
|
@ -14,6 +14,25 @@
|
|||
state: present
|
||||
tags:
|
||||
- fedora-docs-translation
|
||||
when: ansible_distribution_major_version|int < 9
|
||||
|
||||
- name: Install packages
|
||||
package:
|
||||
name:
|
||||
- po4a
|
||||
- git
|
||||
- perl-Locale-gettext
|
||||
- perl-Pod-Parser
|
||||
- perl-YAML-Tiny
|
||||
- perl(Unicode::GCString)
|
||||
- python3-pyyaml
|
||||
- python3-virtualenv
|
||||
- python3-pip
|
||||
- translate-toolkit
|
||||
state: present
|
||||
tags:
|
||||
- fedora-docs-translation
|
||||
when: ansible_distribution_major_version|int >= 9
|
||||
|
||||
- name: Create a non root user to run the code
|
||||
user:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue