Stopped Apache before installing varnish

This commit is contained in:
Justine Pelletreau 2021-09-24 12:12:30 +02:00
parent be4595bc7e
commit ed5699cd78

View File

@ -3,6 +3,11 @@
become: True
tasks:
- name: Stop Apache
ansible.builtin.systemd:
name: apache2
state: stopped
- name: Install Varnish
ansible.builtin.package:
name: varnish