[fedora-web/build] Update with RHEL 9 packages
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
9877831c7c
commit
9618c253a6
1 changed files with 27 additions and 0 deletions
|
@ -12,6 +12,22 @@
|
|||
tags:
|
||||
- packages
|
||||
- fedora-web
|
||||
when: ansible_distribution_major_version|int < 9
|
||||
|
||||
- name: Install needed packages
|
||||
package:
|
||||
state: present
|
||||
name:
|
||||
- babel
|
||||
- git
|
||||
- python3-feedparser
|
||||
- python3-genshi
|
||||
- python3-setuptools
|
||||
- python3-langtable
|
||||
tags:
|
||||
- packages
|
||||
- fedora-web
|
||||
when: ansible_distribution_major_version|int >= 9
|
||||
|
||||
- name: Install extra packages for staging
|
||||
package:
|
||||
|
@ -21,6 +37,17 @@
|
|||
tags:
|
||||
- packages
|
||||
- fedora-web
|
||||
when: ansible_distribution_major_version|int < 9
|
||||
|
||||
- name: Install extra packages for staging
|
||||
package:
|
||||
state: present
|
||||
name:
|
||||
- python3-dogpile-cache
|
||||
tags:
|
||||
- packages
|
||||
- fedora-web
|
||||
when: ansible_distribution_major_version|int >= 9
|
||||
|
||||
- name: Create file to indicate we want live fedimg data
|
||||
copy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue