mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
[fedora-docs/translation] Migrate to RHEL 9
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user