mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
lokole/tasks/main.yml: Comment out Apache
This commit is contained in:
parent
19fe5c72bf
commit
be751cf3fe
1 changed files with 5 additions and 5 deletions
|
@ -54,13 +54,13 @@
|
|||
- lokole
|
||||
|
||||
#- name: SHIM FOR NOW SO ALWAYS DO THE...Enable/Disable/Restart Apache
|
||||
- name: Enable/Disable/Restart Apache if primary
|
||||
include_tasks: apache.yml
|
||||
when: not nginx_enabled
|
||||
#- name: Enable/Disable/Restart Apache if primary
|
||||
# include_tasks: apache.yml
|
||||
# when: not nginx_enabled
|
||||
|
||||
- name: Enable/Disable/Restart NGINX if primary
|
||||
- name: Enable/Disable/Restart NGINX
|
||||
include_tasks: nginx.yml
|
||||
when: nginx_enabled
|
||||
#when: nginx_enabled
|
||||
|
||||
|
||||
- name: Add 'lokole' variable values to {{ iiab_ini_file }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue