remove jinja2 delimiters from condition
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
e30f87f296
commit
8b68438b81
@ -14,6 +14,6 @@
|
|||||||
loop: "{{ certbot_domain_groups }}"
|
loop: "{{ certbot_domain_groups }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.name }}"
|
label: "{{ item.name }}"
|
||||||
when: "{{ item.init | default(False) | bool }}"
|
when: item.init | default(False) | bool
|
||||||
become: True
|
become: True
|
||||||
become_user: "{{ certbot_user }}"
|
become_user: "{{ certbot_user }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user