1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

gitea/tasks/install.yml: Clarify symlink /library/gitea/gitea

This commit is contained in:
A Holt 2022-04-20 11:30:51 -04:00 committed by GitHub
parent 909bb37680
commit 7386419cf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@
- name: Symlink {{ gitea_link_path }} -> {{ gitea_install_path }}
file:
src: "{{ gitea_install_path }}"
path: "{{ gitea_link_path }}"
path: "{{ gitea_link_path }}" # /library/gitea/gitea
owner: gitea
group: gitea
state: link