1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

3 iiab.ini descrips + rm excess '| bool' casts

This commit is contained in:
root 2020-01-13 19:57:50 -05:00
parent 7f2d43c493
commit 6e6fab170d
17 changed files with 29 additions and 30 deletions

View file

@ -1,14 +1,14 @@
#grep -r "not nginx_enabled" roles/
#roles/calibre-web/tasks/main.yml: when: calibreweb_enabled | bool and not nginx_enabled | bool
#roles/calibre-web/tasks/main.yml: when: calibreweb_enabled and not nginx_enabled | bool
#roles/calibre-web/tasks/main.yml: when: not nginx_enabled | bool
#roles/kolibri/tasks/main.yml: when: kolibri_enabled | bool and not nginx_enabled | bool
#roles/kolibri/tasks/main.yml: when: kolibri_enabled and not nginx_enabled | bool
#roles/kolibri/tasks/main.yml: when: not nginx_enabled | bool
#roles/kiwix/tasks/kiwix_install.yml: when: kiwix_enabled | bool and not nginx_enabled | bool
#roles/kiwix/tasks/kiwix_install.yml: when: kiwix_enabled and not nginx_enabled | bool
#roles/kiwix/tasks/kiwix_install.yml: when: not nginx_enabled | bool
#roles/nginx/tasks/main.yml: when: not nginx_enabled | bool
#roles/nginx/tasks/main.yml: when: not nginx_enabled | bool
#roles/sugarizer/tasks/install.yml: when: sugarizer_enabled | bool and not nginx_enabled | bool
#roles/sugarizer/tasks/install.yml: when: sugarizer_enabled | bool and not nginx_enabled | bool
#roles/sugarizer/tasks/install.yml: when: sugarizer_enabled and not nginx_enabled | bool
#roles/sugarizer/tasks/install.yml: when: sugarizer_enabled and not nginx_enabled | bool
- name: Enable Gitea for Apache
command: a2ensite gitea.conf