add handlers

This commit is contained in:
Zhuravlev E 2024-07-31 09:51:11 +02:00
parent 7a5b35d625
commit 9b1f1eedf9

5
handlers/main.yml Normal file
View 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