10 lines
256 B
YAML
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
|