mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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
|
- install
|
||||||
- verify
|
- verify
|
||||||
|
|
||||||
|
- name: Link Gitea
|
||||||
|
file:
|
||||||
|
src: "{{ gitea_install_path }}"
|
||||||
|
dest: "{{ gitea_link_path }}"
|
||||||
|
owner: gitea
|
||||||
|
group: gitea
|
||||||
|
state: link
|
||||||
|
|
||||||
- name: Create 'gitea' service
|
- name: Create 'gitea' service
|
||||||
template:
|
template:
|
||||||
src: gitea.service.j2
|
src: gitea.service.j2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue