Set some debugging.

This commit is contained in:
Kevin Fenzi 2016-02-02 23:27:02 +00:00
parent 7e26e460a0
commit f3abf32992

View file

@ -18,6 +18,9 @@
state: directory
when: tls.enabled
- debug: var=cert.private_path
- debug: var=cert.src_name
- name: install tls cert for docker
copy:
src: "{{ private }}/{{ cert.private_path }}/{{ cert.src_name }}"