fix(common): fixed incomplete installation recipe for github artifact yq
This commit is contained in:
parent
888590ed9f
commit
0c3718d4c3
1 changed files with 5 additions and 1 deletions
|
@ -112,7 +112,11 @@
|
|||
cmds:
|
||||
- dpkg -i {asset_dirname}/{asset_filename}
|
||||
- repository: mikefarah/yq
|
||||
asset_name:
|
||||
asset_name: yq_linux_amd64
|
||||
asset_type: release
|
||||
creates: /usr/local/bin/yq
|
||||
cmds:
|
||||
- install --group=root --mode=755 --owner=root {asset_dirname}/{asset_filename} /usr/local/bin
|
||||
|
||||
- name: '[apt] install custom packages'
|
||||
become: true
|
||||
|
|
Loading…
Add table
Reference in a new issue