mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-12-14 19:51:37 +01:00
Stop using deprecated vars variable for matrix-element-call
This commit is contained in:
committed by
Slavi Pantaleev
parent
caa2e338bc
commit
f8f7406c51
@@ -17,7 +17,7 @@
|
|||||||
ansible.builtin.fail:
|
ansible.builtin.fail:
|
||||||
msg: >
|
msg: >
|
||||||
You need to define a required configuration setting (`{{ item.name }}`).
|
You need to define a required configuration setting (`{{ item.name }}`).
|
||||||
when: "item.when | bool and vars[item.name] | string | length == 0"
|
when: "item.when | bool and lookup('vars', item.name, default='') | string | length == 0"
|
||||||
with_items:
|
with_items:
|
||||||
- {'name': 'matrix_element_call_container_network', when: true}
|
- {'name': 'matrix_element_call_container_network', when: true}
|
||||||
- {'name': 'matrix_element_call_hostname', when: true}
|
- {'name': 'matrix_element_call_hostname', when: true}
|
||||||
|
|||||||
Reference in New Issue
Block a user