Added php to nginx-webserver

This commit is contained in:
2022-03-10 09:47:12 +01:00
parent 5108efea23
commit ec0a1adc01
3 changed files with 41 additions and 5 deletions

View File

@ -1,6 +1,6 @@
---
# handlers file for nginx-webserver
- name: restart nginx
- name: reload nginx
ansible.builtin.service:
name: nginx
state: restarted