From 74db11dd54b4c46875b68e951d2bfc839bee49bb Mon Sep 17 00:00:00 2001 From: Cory Hawkless Date: Mon, 18 Jan 2021 21:59:40 +1030 Subject: [PATCH] s --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 82fab0e..6aaff7c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,6 +1,6 @@ - name: Install JQ - apt: name=jq state=present update_cache=yes + apt: name=jq state=present update_cache=yes - name: Copy CA file to local Trusted root CA store copy: src="ca.crt" dest="/etc/ssl/certs/my-ca.crt"