prefix internal vars
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2020-11-23 21:44:46 +01:00
parent d400ec20df
commit 8db2e68355
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -8,8 +8,8 @@
--agree-tos
{{ certbot_command_arguments | join(' ') }}
-n -d {{ item.domains | join(',') }}
register: certbot_init
changed_when: certbot_init.rc == 130
register: __certbot_init
changed_when: __certbot_init.rc == 130
ignore_errors: True
loop: "{{ certbot_domain_groups }}"
loop_control: