This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-machine-setup/roles/git-flow/tasks/main.yaml
2021-01-30 15:05:00 +01:00

8 lines
133 B
YAML

---
- name: install package
aur:
name: gitflow-avh
state: latest
become: yes
become_user: "{{ aur_builder.name }}"