1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Ansible_Project/roles/nginx/handlers/main.yml

6 lines
90 B
YAML
Raw Permalink Normal View History

2022-05-02 17:37:08 +02:00
---
- name: "Reload Nginx"
ansible.builtin.service:
name: nginx
state: reloaded