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
|
||||
loop: "{{ vhosts }}"
|
||||
when:
|
||||
ssl
|
||||
item.ssl
|
||||
- ssl
|
||||
- item.ssl
|
||||
|
||||
- name: Initialize need_certificate
|
||||
set_fact:
|
||||
|
|
Loading…
Reference in a new issue