fix typo for cert.dir variable in docker-distribution role

This commit is contained in:
Adam Miller 2016-02-02 22:12:47 +00:00
parent 1b6003528d
commit 864e4cbf78

View file

@ -14,7 +14,7 @@
- name: ensure docker certs dir exists
file:
path: "{{ cert_dir }}"
path: "{{ cert.dir }}"
state: directory
when: tls.enabled == True