ansible-ffibk/roles/service-nginx-wordpress/handlers/main.yml

5 lines
70 B
YAML

- name: restart nginx
service:
name: nginx
state: restarted