6 lines
163 B
YAML
6 lines
163 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
|