fix(common): fixed incomplete installation recipe for github artifact yq

This commit is contained in:
NaeiKinDus 2025-02-23 00:00:00 +00:00
parent 888590ed9f
commit 0c3718d4c3
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56

View file

@ -112,7 +112,11 @@
cmds: cmds:
- dpkg -i {asset_dirname}/{asset_filename} - dpkg -i {asset_dirname}/{asset_filename}
- repository: mikefarah/yq - 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' - name: '[apt] install custom packages'
become: true become: true