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"