🐛 Fix variable name

Suggested-by: Stefan Haun <tux@netz39.de>
This commit is contained in:
Alexander Dahl 2022-10-20 21:57:33 +02:00
parent 7b3920a456
commit 236f45dfec

View file

@ -134,7 +134,7 @@
- name: Fail if prosody data dir does not exist
ansible.builtin.fail:
msg: "prosody data dir is missing, please restore from the backup!"
when: not prosody.stat.exists
when: not prosody_dir.stat.exists
- name: Ensure container for prosody XMPP server is running
docker_container: