From 52487602687f3e9d972aaa7586cbfe7cbeadba32 Mon Sep 17 00:00:00 2001 From: NaeiKinDus Date: Tue, 4 Mar 2025 00:00:00 +0000 Subject: [PATCH] fix(common): yq installation uses proper binary name --- .../nullified/infrastructure/roles/common/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible_collections/nullified/infrastructure/roles/common/tasks/main.yml b/ansible_collections/nullified/infrastructure/roles/common/tasks/main.yml index 145abf5..860ac45 100644 --- a/ansible_collections/nullified/infrastructure/roles/common/tasks/main.yml +++ b/ansible_collections/nullified/infrastructure/roles/common/tasks/main.yml @@ -116,7 +116,7 @@ asset_type: release creates: /usr/local/bin/yq cmds: - - install --group=root --mode=755 --owner=root {asset_dirname}/{asset_filename} /usr/local/bin + - install --group=root --mode=755 --owner=root {asset_dirname}/{asset_filename} /usr/local/bin/yq - name: '[apt] install custom packages' become: true