git/hooks: everything using this role should be python3 now.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-05-05 16:28:06 -07:00
parent 0cf61ae919
commit f9849b7316

View file

@ -1,21 +1,6 @@
---
# tasklist for setting up git mail hooks
- name: install needed packages
package:
state: present
name:
- git
- moreutils
- python-kitchen
- python-pygit2
- fedora-messaging
when: env != "staging" and datacenter != "iad2"
tags:
- git
- git/hooks
- packages
- name: install needed packages
package:
state: present
@ -25,7 +10,6 @@
- python3-kitchen
- python3-pygit2
- fedora-messaging
when: env == "staging" or datacenter == "iad2"
tags:
- git
- git/hooks