mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-15 15:20:19 +00:00
7 lines
178 B
YAML
7 lines
178 B
YAML
# This play deploys the www code
|
|
# Example git checkout from Ansible Playbooks
|
|
- git:
|
|
repo: 'https://tildegit.org/thunix/www.git'
|
|
dest: /var/www/thunix.cf
|
|
force: yes
|