mirror/thinlinc: Link data directory to web root

This commit is contained in:
Timo Makinen 2021-02-24 04:49:50 +00:00
parent 9afdda987e
commit fabcc2fe88

View file

@ -15,6 +15,15 @@
owner: mirror
group: mirror
- name: link target directory
file:
dest: /srv/web/{{ inventory_hostname }}/thinlinc
src: /srv/mirrors/thinlinc
state: link
owner: root
group: "{{ ansible_wheel }}"
follow: false
- name: copy sync script
copy:
dest: /usr/local/bin/sync-thinlinc-repo