mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Create symlink
This commit is contained in:
parent
2fb142e5bf
commit
522d4d5c7e
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue