--- - name: Update snap after install ansible.builtin.shell: snap install core; snap refresh core changed_when: true failed_when: false