From 4f3c9988ef496846ac461dfaed21a59366905007 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Tue, 21 Feb 2023 00:06:41 +0100 Subject: [PATCH] Fix variable name in testing playbooks --- playbooks/system.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/system.yml b/playbooks/system.yml index 837dcd5..167fce4 100644 --- a/playbooks/system.yml +++ b/playbooks/system.yml @@ -12,7 +12,7 @@ default('127.0.0.1') }}" loop: "{{ [system_mail_smtp_server | default([])] | union( [vpn_wireguard_server_address | default([])] ) | - union( [services_backups_restic_aws_bucket_endpoint | default([])] ) | + union( [backups_restic_user_aws_bucket_endpoint | default([])] ) | flatten }}" when: not (the_nine_worlds_production | bool) tags: "always"