mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Apply more suggestions from code review
This commit is contained in:
parent
b8963413db
commit
8b447b809a
2 changed files with 9 additions and 6 deletions
|
@ -27,6 +27,12 @@
|
|||
when: ejabberd_install
|
||||
tags: ejabberd
|
||||
|
||||
- name: GITEA
|
||||
include_role:
|
||||
name: gitea
|
||||
when: gitea_install
|
||||
tags: gitea
|
||||
|
||||
- name: LOKOLE
|
||||
include_role:
|
||||
name: lokole
|
||||
|
@ -69,12 +75,6 @@
|
|||
when: wordpress_install
|
||||
tags: wordpress
|
||||
|
||||
- name: GITEA
|
||||
include_role:
|
||||
name: gitea
|
||||
when: gitea_install
|
||||
tags: gitea
|
||||
|
||||
- name: Recording STAGE 6 HAS COMPLETED ====================
|
||||
lineinfile:
|
||||
dest: "{{ iiab_env_file }}"
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
#gitea_install: True
|
||||
#gitea_enabled: True
|
||||
|
||||
# All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml
|
||||
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
|
||||
|
||||
# Using @coolaj86's script as a template
|
||||
# https://git.coolaj86.com/coolaj86/gitea-installer.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue