mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-12-14 03:41:36 +01:00
Stop using deprecated vars variable for matrix-dimension
This commit is contained in:
committed by
Slavi Pantaleev
parent
585d606856
commit
caa2e338bc
@@ -39,7 +39,7 @@
|
|||||||
ansible.builtin.fail:
|
ansible.builtin.fail:
|
||||||
msg: >-
|
msg: >-
|
||||||
You need to define a required configuration setting (`{{ item }}`).
|
You need to define a required configuration setting (`{{ item }}`).
|
||||||
when: "vars[item] == ''"
|
when: "lookup('vars', item, default='') == ''"
|
||||||
with_items:
|
with_items:
|
||||||
- matrix_dimension_container_labels_traefik_hostname
|
- matrix_dimension_container_labels_traefik_hostname
|
||||||
- matrix_dimension_container_labels_traefik_path_prefix
|
- matrix_dimension_container_labels_traefik_path_prefix
|
||||||
|
|||||||
Reference in New Issue
Block a user