mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-30 08:50:55 +08:00
Adjust the list of packages to install for RHEL8/python3
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -10,6 +10,22 @@
|
||||
- python-kitchen
|
||||
- python-pygit2
|
||||
- fedora-messaging
|
||||
when: env != "staging"
|
||||
tags:
|
||||
- git
|
||||
- git/hooks
|
||||
- packages
|
||||
|
||||
- name: install needed packages
|
||||
package:
|
||||
state: present
|
||||
name:
|
||||
- git
|
||||
- moreutils
|
||||
- python3-kitchen
|
||||
- python3-pygit2
|
||||
- fedora-messaging
|
||||
when: env == "staging"
|
||||
tags:
|
||||
- git
|
||||
- git/hooks
|
||||
|
||||
Reference in New Issue
Block a user