Ansible_Stamhoofd/roles/clone/tasks/main.yml
2024-08-02 22:20:53 +02:00

6 lines
148 B
YAML
Executable File

---
- name: Clone repository
git:
repo: 'https://github.com/stamhoofd/stamhoofd.git'
dest: /home/sam/stamhoofd
register: git_output