Skip to content

Commit

Permalink
fix(asdf): comment out jq tool install
Browse files Browse the repository at this point in the history
References #387
  • Loading branch information
smoyer64 committed Jun 1, 2023
1 parent 20d6d51 commit 1d94102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/asdf/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tools:
- { name: "grpcurl", version: "{{ grpcurl_version }}"}
- { name: "helm", "version": "{{ helm_version }}"}
- { name: "java", version: "{{ java_version }}"}
- { name: "jq", version: "{{ jq_version }}"}
# - { name: "jq", version: "{{ jq_version }}"}
- { name: "k6", version: "{{ k6_version }}"}
- { name: "k9s", version: "{{ k9s_version }}"}
- { name: "kind", version: "{{ kind_version }}"}
Expand Down

0 comments on commit 1d94102

Please sign in to comment.