Fix variable name in testing playbooks
This commit is contained in:
parent
76285164d1
commit
4f3c9988ef
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user