infra/roles/static/tasks/main.yml

10 lines
200 B
YAML
Raw Normal View History

2024-01-12 21:26:09 -05:00
---
- name: clone static repo
git:
repo: https://git.simponic.xyz/simponic/static.simponic.xyz.git
dest: /var/www/html/static.simponic.xyz
2024-01-20 18:04:45 -05:00
recursive: yes
2024-01-12 21:26:09 -05:00
clone: yes
update: yes