Update main.yml

This commit is contained in:
qiaofeng1227 2023-04-03 15:04:40 +08:00 committed by GitHub
parent 00b764be36
commit 74c8f80862
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,10 +73,7 @@
with_items: "{{common_install_tools}}"
when: common_install_tools is defined and common_install_tools is not none and common_install_tools != "" and common_install_tools[0]!= ""
- name: Install yq
shell: |
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq
chmod +x /usr/bin/yq
# Softlink
- name: Create a symbolic link