Rename reverse-proxy (role) > nginx

This commit is contained in:
Thomas Kleinendorst 2024-04-28 14:56:26 +02:00
parent b1ff2515e1
commit a84542a786
7 changed files with 1 additions and 1 deletions

View file

@ -1,10 +0,0 @@
---
- 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