mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update roles/gitea/tasks/install.yml
Co-Authored-By: aidan-fitz <acf67@cornell.edu>
This commit is contained in:
parent
4dbd984366
commit
6f6bad7f2c
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@
|
||||||
|
|
||||||
- name: Add 'gitea' to list of services at {{ iiab_ini_file }}
|
- name: Add 'gitea' to list of services at {{ iiab_ini_file }}
|
||||||
ini_file:
|
ini_file:
|
||||||
dest: "{{ service_filelist }}"
|
dest: "{{ iiab_ini_file }}"
|
||||||
section: gitea
|
section: gitea
|
||||||
option: "{{ item.option }}"
|
option: "{{ item.option }}"
|
||||||
value: "{{ item.value }}"
|
value: "{{ item.value }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue