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