1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Create symlink

This commit is contained in:
Aidan Fitzgerald 2018-10-18 12:52:51 -04:00
parent 2fb142e5bf
commit 522d4d5c7e

View file

@ -38,6 +38,14 @@
- install
- verify
- name: Link Gitea
file:
src: "{{ gitea_install_path }}"
dest: "{{ gitea_link_path }}"
owner: gitea
group: gitea
state: link
- name: Create 'gitea' service
template:
src: gitea.service.j2