mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
fix typo for cert.dir variable in docker-distribution role
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
- name: ensure docker certs dir exists
|
||||
file:
|
||||
path: "{{ cert_dir }}"
|
||||
path: "{{ cert.dir }}"
|
||||
state: directory
|
||||
when: tls.enabled == True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user