Skip to content

Commit

Permalink
fix(yq): use latest yq
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Aug 9, 2022
1 parent 2062459 commit f538826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/prepare/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
state: present

- name: Install yq
raw: wget https://github.com/mikefarah/yq/releases/download/v4.2.0/yq_linux_amd64 -O /usr/bin/yq && chmod +x /usr/bin/yq
raw: wget https://github.com/mikefarah/yq/releases/download/v4.27.2/yq_linux_amd64 -O /usr/bin/yq && chmod +x /usr/bin/yq

- name: Install git secret
raw: git clone https://github.com/sobolevn/git-secret.git git-secret && cd git-secret && make build && PREFIX="/usr/local" make install
Expand Down

0 comments on commit f538826

Please sign in to comment.