fix variable name
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Robert Kaussow 2020-04-19 23:37:59 +02:00
parent c25d1c02be
commit f6da8d9e5d

View File

@ -21,7 +21,7 @@
path: "{{ item.name }}" path: "{{ item.name }}"
state: directory state: directory
mode: "{{ item.mode }}" mode: "{{ item.mode }}"
loop: "{{ certbot_environment }}" loop: "{{ __certbot_environment }}"
loop_control: loop_control:
label: "{{ item.name }}" label: "{{ item.name }}"