This repository has been archived on 2023-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
homeserver-ansible/roles/services/website/tasks/main.yml

5 lines
92 B
YAML
Raw Normal View History

2022-02-27 16:05:34 -05:00
- name: Fetch site source
git:
2022-03-01 17:43:44 -05:00
dest: "{{ webroot }}/site"
2022-02-27 16:05:34 -05:00
repo: "{{ site_repo }}"