mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 23:50:31 +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:
|
||||
name: "{{common_get_hostname.stdout}}"
|
||||
|
||||
- name: Install yq
|
||||
shell: snap install yq
|
||||
- block:
|
||||
- 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue