This commit is contained in:
Cory Hawkless 2020-08-25 19:51:16 +09:30
parent b6a254fc9e
commit 4cdca4ded8
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
- name: Install JQ
apt: name=jq state=latest 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"
#ags: certificate #ags: certificate