Update main.yml

This commit is contained in:
qiaofeng1227 2022-07-26 08:03:11 +08:00 committed by GitHub
parent 6365c80d70
commit 3aef499a1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,12 +73,8 @@
- hostname:
name: "{{common_get_hostname.stdout}}"
- block:
- name: enable and create link for snap and install yq
shell: |
systemctl enable --now snapd.socket
sleep 30s
snap install yq
- name: Snap install yq
shell: snap install yq
# Install docker
- name: Install Docker on {{ansible_distribution}}