fix variable name
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2020-04-19 23:37:59 +02:00
parent c25d1c02be
commit f6da8d9e5d
1 changed files with 1 additions and 1 deletions

View File

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