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:
parent
b0f0ed5059
commit
42d1f1ba21
2 changed files with 14 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue