git/hooks: everything using this role should be python3 now.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
0cf61ae919
commit
f9849b7316
1 changed files with 0 additions and 16 deletions
|
@ -1,21 +1,6 @@
|
||||||
---
|
---
|
||||||
# tasklist for setting up git mail hooks
|
# 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
|
- name: install needed packages
|
||||||
package:
|
package:
|
||||||
state: present
|
state: present
|
||||||
|
@ -25,7 +10,6 @@
|
||||||
- python3-kitchen
|
- python3-kitchen
|
||||||
- python3-pygit2
|
- python3-pygit2
|
||||||
- fedora-messaging
|
- fedora-messaging
|
||||||
when: env == "staging" or datacenter == "iad2"
|
|
||||||
tags:
|
tags:
|
||||||
- git
|
- git
|
||||||
- git/hooks
|
- git/hooks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue