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

Remove "| bool" 1.5yrs later, as Ansible 2.10 changed conditional_bare_variables default

This commit is contained in:
root 2020-10-16 16:46:19 -04:00
parent 2968a8a20e
commit ca171fbc1c
158 changed files with 2072 additions and 2072 deletions

View file

@ -7,7 +7,7 @@
- libapache2-mod-wsgi
- libapache2-mod-xsendfile
state: present
when: is_debuntu | bool
when: is_debuntu
- name: Install 6 OSM required packages (not debuntu)
package:
@ -110,7 +110,7 @@
group: root
mode: 0644
backup: no
when: osm_enabled | bool
when: osm_enabled
- name: Create softlink osm.conf from sites-enabled to sites-available (debuntu)
file:
@ -144,7 +144,7 @@
owner: root
group: root
state: link
when: osm_enabled | bool
when: osm_enabled
- name: Create dir /library/knowledge/modules
file:
@ -165,7 +165,7 @@
- { src: 'map.html', dest: "{{ osm_path }}/static/map.html" }
- { src: 'l.control.geosearch.js', dest: "{{ osm_path }}/static/lib/leaflet/geosearch/l.control.geosearch.js" }
- { src: "{{ osm_path }}/static/map.html", dest: "{{ osm_path }}/static/index.html" }
when: osm_enabled | bool
when: osm_enabled
- name: Restart httpd service
service: