Skip to content

Commit b4e2178

Browse files
committed
ansible: make sure jq is installed on the host.
The `jq` utility is missing from the base ubuntu install. It is needed for the runner script to work. Signed-off-by: Manu Bretelle <[email protected]>
1 parent 84a6fbc commit b4e2178

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/roles/base/defaults/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
__base_packages:
33
- curl
44
- git
5+
- jq
56
- python3-pip
67
- vim

0 commit comments

Comments
 (0)