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

@ -2,7 +2,12 @@
- hosts: all
become: True
tasks:
tasks:
- name: Stop Apache
ansible.builtin.systemd:
name: apache2
state: stopped
- name: Install Varnish
ansible.builtin.package:
name: varnish