mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-27 01:50:28 +00:00
Update main.yml
This commit is contained in:
parent
9e4151896b
commit
9756d1ad17
1 changed files with 7 additions and 2 deletions
|
@ -73,8 +73,13 @@
|
||||||
- hostname:
|
- hostname:
|
||||||
name: "{{common_get_hostname.stdout}}"
|
name: "{{common_get_hostname.stdout}}"
|
||||||
|
|
||||||
- name: Install yq
|
- block:
|
||||||
shell: snap install yq
|
- name: Install snap and yq
|
||||||
|
shell: |
|
||||||
|
yum install snapd -y
|
||||||
|
systemctl enable --now snapd.socket
|
||||||
|
ln -sf /var/lib/snapd/snap /snap
|
||||||
|
snap install yq
|
||||||
|
|
||||||
# Install docker
|
# Install docker
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue