mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 00:41:38 +02:00
add handlers
This commit is contained in:
parent
7a5b35d625
commit
9b1f1eedf9
5
handlers/main.yml
Normal file
5
handlers/main.yml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Update snap after install
|
||||
ansible.builtin.shell: snap install core; snap refresh core
|
||||
changed_when: true
|
||||
failed_when: false
|
Loading…
x
Reference in New Issue
Block a user