3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-12-26 10:40:25 +00:00

Fix error message inaccuracy

This commit is contained in:
Slavi Pantaleev
2019-01-01 15:25:52 +02:00
parent 4c2e1a0588
commit e604a7bd43
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
register: result_server_path_homeserver_db_stat
- name: Fail if provided SQLite homeserver.db file doesn't exist
fail: msg="File cannot be found on the local machine at {{ server_path_homeserver_db }}"
fail: msg="File cannot be found on the server at {{ server_path_homeserver_db }}"
when: not result_server_path_homeserver_db_stat.stat.exists