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
ef1a6e583d
commit
c010064bab
1 changed files with 5 additions and 0 deletions
|
@ -73,6 +73,11 @@
|
|||
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
|
||||
file:
|
||||
|
|
Loading…
Reference in a new issue