Merge branch 'master' of https://github.com/CoryHawkless/ansible-hostcertificate
This commit is contained in:
commit
0b407ba615
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue