diff --git a/tasks/install.yml b/tasks/install.yml index 2df8eba..4314a16 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -21,7 +21,7 @@ path: "{{ item.name }}" state: directory mode: "{{ item.mode }}" - loop: "{{ certbot_environment }}" + loop: "{{ __certbot_environment }}" loop_control: label: "{{ item.name }}"