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

Remove 2 unnec '| bool' clauses

This commit is contained in:
holta 2019-10-25 02:14:02 -04:00 committed by Jerry Vonau
parent 3c79119f3c
commit 6f19471a5f

View file

@ -68,13 +68,13 @@
- name: CUPS
include_role:
name: cups
when: cups_install | bool or cups_installed is defined
when: cups_install or cups_installed is defined
tags: cups
- name: SAMBA
include_role:
name: samba
when: samba_install | bool or samba_installed is defined
when: samba_install or samba_installed is defined
tags: samba
- name: Run /usr/bin/iiab-refresh-wiki-docs (scraper script) to create http://box/info offline documentation. (This script was installed at the beginning of Stage 3 = roles/3-base-server/tasks/main.yml, which ran Apache playbook = roles/httpd/tasks/main.yml)