mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-12-22 16:53:08 +00:00
Stop using deprecated vars variable
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
ansible.builtin.fail:
|
||||
msg: >
|
||||
You need to define a required configuration setting (`{{ item }}`).
|
||||
when: "vars[item] == ''"
|
||||
when: "lookup('vars', item, default='') == ''"
|
||||
with_items:
|
||||
- matrix_synapse_auto_compressor_database_hostname
|
||||
- matrix_synapse_auto_compressor_database_password
|
||||
|
||||
Reference in New Issue
Block a user