mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 21:04:54 +07:00
Remove role to install snap
Because we switched to Ubuntu and Ubuntu has snap installed by default
This commit is contained in:
parent
b7b5ce1fd3
commit
5bd503dbce
@ -19,5 +19,4 @@
|
||||
hosts: metal
|
||||
roles:
|
||||
- tools
|
||||
- snap
|
||||
- lxd
|
||||
|
@ -1,7 +0,0 @@
|
||||
- name: Install snap
|
||||
apt:
|
||||
name: snapd
|
||||
|
||||
- name: Get the latest snapd
|
||||
snap:
|
||||
name: core
|
@ -2,6 +2,5 @@
|
||||
hosts: metal
|
||||
roles:
|
||||
- tools
|
||||
# - snap
|
||||
# - lxd
|
||||
- lxd
|
||||
- tfstate
|
||||
|
Loading…
Reference in New Issue
Block a user