This commit is contained in:
Cory Hawkless 2021-01-18 21:59:40 +10:30
parent b0b7146e2d
commit 74db11dd54
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
- name: Install JQ - 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 - name: Copy CA file to local Trusted root CA store
copy: src="ca.crt" dest="/etc/ssl/certs/my-ca.crt" copy: src="ca.crt" dest="/etc/ssl/certs/my-ca.crt"