1
0
Fork 0
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:
A Holt 2018-10-25 23:04:21 -04:00 committed by GitHub
parent 4dbd984366
commit 6f6bad7f2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -147,7 +147,7 @@
- name: Add 'gitea' to list of services at {{ iiab_ini_file }}
ini_file:
dest: "{{ service_filelist }}"
dest: "{{ iiab_ini_file }}"
section: gitea
option: "{{ item.option }}"
value: "{{ item.value }}"