Adjust the list of packages to install for RHEL8/python3

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-05-20 11:21:14 +02:00
parent 633866fdff
commit dd6c85b1e2

View file

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