This commit is contained in:
2021-03-05 13:56:36 +10:30
+1 -1
View File
@@ -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"