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

kolibri/tasks/enable.yml fix

This commit is contained in:
A Holt 2020-01-11 16:40:58 -05:00 committed by GitHub
parent bc1ebe7298
commit fbe40e026f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,6 @@
when: nginx_install and kolibri_enabled when: nginx_install and kolibri_enabled
- name: Disable http://box{{ kolibri_url }} via NGINX, by removing {{ nginx_config_dir }}/kolibri-nginx.conf - name: Disable http://box{{ kolibri_url }} via NGINX, by removing {{ nginx_config_dir }}/kolibri-nginx.conf
- name: Remove {{ nginx_config_dir }}/kolibri-nginx.conf
file: file:
path: "{{ nginx_config_dir }}/kolibri-nginx.conf" path: "{{ nginx_config_dir }}/kolibri-nginx.conf"
state: absent state: absent