🐛 Fix variable name
Suggested-by: Stefan Haun <tux@netz39.de>
This commit is contained in:
parent
7b3920a456
commit
236f45dfec
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue