ansible-machine-setup/roles/git-flow/tasks/main.yaml

8 lines
141 B
YAML
Raw Permalink Normal View History

2021-01-30 14:05:00 +00:00
---
- name: install package
kewlfft.aur.aur:
name: gitflow-avh
state: latest
2021-01-30 14:05:00 +00:00
become: yes
become_user: "{{ aur_builder.name }}"