Raspberry-Pi-IaC/roles/reverse-proxy/handlers/main.yml
2024-04-12 13:34:45 +02:00

10 lines
256 B
YAML

---
- name: Confirm Certbot plugin containment level
become: true
ansible.builtin.command:
cmd: snap set certbot trust-plugin-with-root=ok
- name: Restart Nginx
become: true
ansible.builtin.systemd:
name: nginx.service
state: restarted