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

@ -24,47 +24,47 @@
- name: ELGG
include_role:
name: elgg
when: elgg_install | bool
when: elgg_install
- name: GITEA
include_role:
name: gitea
when: gitea_install | bool
when: gitea_install
- name: LOKOLE
include_role:
name: lokole
when: lokole_install | bool
when: lokole_install
- name: MEDIAWIKI
include_role:
name: mediawiki
when: mediawiki_install | bool
when: mediawiki_install
- name: MOSQUITTO
include_role:
name: mosquitto
when: mosquitto_install | bool
when: mosquitto_install
- name: NODE-RED
include_role:
name: nodered
when: nodered_install | bool
when: nodered_install
- name: NEXTCLOUD
include_role:
name: nextcloud
when: nextcloud_install | bool
when: nextcloud_install
- name: PBX
include_role:
name: pbx
when: pbx_install | bool
when: pbx_install
- name: WORDPRESS
include_role:
name: wordpress
when: wordpress_install | bool
when: wordpress_install
- name: Recording STAGE 6 HAS COMPLETED ====================
lineinfile: