infra/roles/rainrainrain/tasks/main.yml
2024-04-27 23:41:11 -04:00

10 lines
188 B
YAML

---
- name: clone static repo
git:
repo: https://git.simponic.xyz/simponic/rainrainra.in.git
dest: /var/www/html/rainrainra.in
recursive: yes
clone: yes
update: yes