Minor fix to avoid error on first install.
This commit is contained in:
parent
2bce9c77d5
commit
79e90392d4
@ -35,8 +35,9 @@
|
|||||||
|
|
||||||
- name: Check if strfry data path exists
|
- name: Check if strfry data path exists
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
path: "{{ strfry_data_path }}"
|
path: "{{ strfry_data_path }}/{{ strfry_db }}/data.mdb"
|
||||||
register: strfry_data_path_stat
|
register: strfry_data_path_stat
|
||||||
|
failed_when: false
|
||||||
|
|
||||||
- name: Backup existing strfry-db
|
- name: Backup existing strfry-db
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
|
Loading…
Reference in New Issue
Block a user