ansible-role-certbot/handlers/main.yml
Adrien Reslinger 83170bbe6b
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Update ansible code
2022-08-16 16:07:26 +02:00

10 lines
177 B
YAML

---
- name: Restart nginx
ansible.builtin.service:
name: nginx
state: restarted
- name: Restart httpd
ansible.builtin.service:
name: httpd
state: restarted