Restart apache

This commit is contained in:
SebClem 2023-07-21 14:26:17 +02:00
parent c7fb073000
commit 324a7953cc
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -24,8 +24,10 @@
ansible.builtin.apt:
name: "{{ dolibarr_php_dependencies }}"
update_cache: true
notify: Restart Apache
- name: "Install apache deps"
ansible.builtin.apt:
name: "{{ dolibarr_apache_dependencies }}"
update_cache: true
notify: Restart Apache