5 lines
147 B
YAML
5 lines
147 B
YAML
---
|
|
- name: Confirm Certbot plugin containment level
|
|
become: true
|
|
ansible.builtin.command:
|
|
cmd: snap set certbot trust-plugin-with-root=ok
|