From 94c9a217110d88c6acc2ca1354e5e439583667b9 Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Jun 21 2024 12:27:36 +0000 Subject: [fedora-docs/translation] Migrate to RHEL 9 Signed-off-by: Michal Konecny --- diff --git a/roles/fedora-docs/translation/tasks/main.yml b/roles/fedora-docs/translation/tasks/main.yml index 1f2baff..42f891c 100644 --- a/roles/fedora-docs/translation/tasks/main.yml +++ b/roles/fedora-docs/translation/tasks/main.yml @@ -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: