Fix variable name in testing playbooks

This commit is contained in:
Wojciech Kozlowski 2023-02-21 00:06:41 +01:00
parent 76285164d1
commit 4f3c9988ef

View File

@ -12,7 +12,7 @@
default('127.0.0.1') }}" default('127.0.0.1') }}"
loop: "{{ [system_mail_smtp_server | default([])] | loop: "{{ [system_mail_smtp_server | default([])] |
union( [vpn_wireguard_server_address | default([])] ) | union( [vpn_wireguard_server_address | default([])] ) |
union( [services_backups_restic_aws_bucket_endpoint | default([])] ) | union( [backups_restic_user_aws_bucket_endpoint | default([])] ) |
flatten }}" flatten }}"
when: not (the_nine_worlds_production | bool) when: not (the_nine_worlds_production | bool)
tags: "always" tags: "always"