fix typo for cert.dir variable in docker-distribution role
This commit is contained in:
parent
1b6003528d
commit
864e4cbf78
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
- name: ensure docker certs dir exists
|
||||
file:
|
||||
path: "{{ cert_dir }}"
|
||||
path: "{{ cert.dir }}"
|
||||
state: directory
|
||||
when: tls.enabled == True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue