xppl/ansible/roles/git/tasks/main.yml

15 lines
269 B
YAML
Raw Normal View History

2018-11-18 18:33:40 +01:00
---
- name: Ensure the Git package is installed.
become: true
yum:
name: git
state: present
- name: Clone the latest project source.
become: true
git:
repo: https://git.vvvvvvaria.org/decentral1se/xppl.git
dest: /var/xppl/
version: master