[fedora-docs/translation] Migrate to RHEL 9

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-05-22 16:52:47 +02:00
parent df67f2be1f
commit 94c9a21711

View file

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