mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Clean gitea/tasks/install.yml
This commit is contained in:
parent
fc9110d6d6
commit
b6b322e2f9
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@
|
|||
- { src: 'gitea.service.j2', dest: '/etc/systemd/system/gitea.service' }
|
||||
- { src: 'gitea.conf.j2', dest: "/etc/{{ apache_config_dir }}/gitea.conf" }
|
||||
|
||||
- name: Add 'gitea_installed' variable values to {{ iiab_state_file }}
|
||||
- name: "Add 'gitea_installed: True' to {{ iiab_state_file }}"
|
||||
lineinfile:
|
||||
dest: "{{ iiab_state_file }}"
|
||||
regexp: '^gitea_installed'
|
||||
|
|
Loading…
Reference in a new issue