Added git-flow
This commit is contained in:
parent
7ab9d462e9
commit
94b539206e
@ -10,6 +10,7 @@
|
||||
name: "{{ item }}"
|
||||
state: latest
|
||||
loop:
|
||||
- base-devel
|
||||
- fakeroot
|
||||
|
||||
- name: allow sudo pacman
|
||||
|
2
roles/git-flow/meta/main.yaml
Normal file
2
roles/git-flow/meta/main.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
dependencies:
|
||||
- kewlfft.aur
|
7
roles/git-flow/tasks/main.yaml
Normal file
7
roles/git-flow/tasks/main.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: install package
|
||||
aur:
|
||||
name: gitflow-avh
|
||||
state: latest
|
||||
become: yes
|
||||
become_user: "{{ aur_builder.name }}"
|
Reference in New Issue
Block a user