mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
Update main.yml
This commit is contained in:
parent
00b764be36
commit
74c8f80862
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue