Bug fixes after testing
This commit is contained in:
@ -1,4 +1,10 @@
|
||||
---
|
||||
- name: Failsafe - disable Apache if exists
|
||||
systemd:
|
||||
name: apache2
|
||||
state: stopped
|
||||
enabled: no
|
||||
|
||||
- name: Install Nginx
|
||||
apt:
|
||||
pkg:
|
||||
|
Reference in New Issue
Block a user