10 lines
188 B
YAML
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
|