Adjust the list of packages to install for RHEL8/python3
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
633866fdff
commit
dd6c85b1e2
1 changed files with 16 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue