Minor fix to avoid error on first install.

This commit is contained in:
Brian Lee 2024-10-29 14:48:10 -07:00
parent 2bce9c77d5
commit 79e90392d4

View File

@ -35,8 +35,9 @@
- name: Check if strfry data path exists
ansible.builtin.stat:
path: "{{ strfry_data_path }}"
path: "{{ strfry_data_path }}/{{ strfry_db }}/data.mdb"
register: strfry_data_path_stat
failed_when: false
- name: Backup existing strfry-db
ansible.builtin.shell: