prefix internal vars
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-11-23 21:44:46 +01:00
parent d400ec20df
commit 8db2e68355
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 2 additions and 2 deletions

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: