Fix problems with earlier nginx role rename

This commit is contained in:
Thomas Kleinendorst 2024-04-28 15:22:01 +02:00
parent 131991ec22
commit 743af73974
6 changed files with 0 additions and 0 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