Update Debian.yml
This commit is contained in:
parent
915d84055c
commit
6365c80d70
1 changed files with 13 additions and 0 deletions
|
@ -50,6 +50,19 @@
|
|||
|
||||
when: common_install_components
|
||||
|
||||
- block:
|
||||
- name: Install snap tools
|
||||
apt:
|
||||
name: snapd
|
||||
update_cache: yes
|
||||
|
||||
- name: Install and upgrade core
|
||||
shell: |
|
||||
snap install core
|
||||
snap refresh core
|
||||
ln -sf /snap /data
|
||||
failed_when: false
|
||||
|
||||
- block:
|
||||
- name: Setting rc.local
|
||||
file:
|
||||
|
|
Loading…
Add table
Reference in a new issue