--- - 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