infra/roles/static/tasks/main.yml

9 lines
181 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
clone: yes
update: yes