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

CUPS too: install Apache on demand

This commit is contained in:
root 2020-05-16 18:22:55 -04:00
parent b0f0ed5059
commit 42d1f1ba21
2 changed files with 14 additions and 3 deletions

View file

@ -12,7 +12,8 @@
systemd:
name: "{{ apache_service }}" # apache2 or httpd, per /opt/iiab/iiab/vars/<OS>.yml
state: stopped
ignore_errors: yes
when: apache_installed | bool
#ignore_errors: yes
- name: Install required and helper packages for NGINX
package: