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:
parent
3c79119f3c
commit
6f19471a5f
1 changed files with 2 additions and 2 deletions
|
@ -68,13 +68,13 @@
|
||||||
- name: CUPS
|
- name: CUPS
|
||||||
include_role:
|
include_role:
|
||||||
name: cups
|
name: cups
|
||||||
when: cups_install | bool or cups_installed is defined
|
when: cups_install or cups_installed is defined
|
||||||
tags: cups
|
tags: cups
|
||||||
|
|
||||||
- name: SAMBA
|
- name: SAMBA
|
||||||
include_role:
|
include_role:
|
||||||
name: samba
|
name: samba
|
||||||
when: samba_install | bool or samba_installed is defined
|
when: samba_install or samba_installed is defined
|
||||||
tags: samba
|
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)
|
- 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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue