mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-09-08 23:20:40 +02:00
add handlers
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Update snap after install
|
||||
ansible.builtin.shell: snap install core; snap refresh core
|
||||
changed_when: true
|
||||
failed_when: false
|
||||
Reference in New Issue
Block a user