mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
NGINX play: stop Apache if apache_installed is undefined
This commit is contained in:
parent
42d1f1ba21
commit
a0a3b01c44
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
systemd:
|
||||
name: "{{ apache_service }}" # apache2 or httpd, per /opt/iiab/iiab/vars/<OS>.yml
|
||||
state: stopped
|
||||
when: apache_installed | bool
|
||||
when: apache_installed is defined
|
||||
#ignore_errors: yes
|
||||
|
||||
- name: Install required and helper packages for NGINX
|
||||
|
|
Loading…
Reference in a new issue