fix missing dashes
This commit is contained in:
parent
0fb2850687
commit
3d7ee9686c
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@
|
||||||
register: certificate_folder
|
register: certificate_folder
|
||||||
loop: "{{ vhosts }}"
|
loop: "{{ vhosts }}"
|
||||||
when:
|
when:
|
||||||
ssl
|
- ssl
|
||||||
item.ssl
|
- item.ssl
|
||||||
|
|
||||||
- name: Initialize need_certificate
|
- name: Initialize need_certificate
|
||||||
set_fact:
|
set_fact:
|
||||||
|
|
Loading…
Reference in a new issue