10 lines
200 B
YAML
10 lines
200 B
YAML
---
|
|
|
|
- name: clone static repo
|
|
git:
|
|
repo: https://git.simponic.xyz/simponic/static.simponic.xyz.git
|
|
dest: /var/www/html/static.simponic.xyz
|
|
recursive: yes
|
|
clone: yes
|
|
update: yes
|