mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-02-24 10:13:30 +07:00
🐛 Fix crash on non upstream calls with bad import sql file
This commit is contained in:
committed by
Emilien M
parent
2fd648e62e
commit
bd8f9604f7
@@ -11,7 +11,7 @@
|
||||
|
||||
- name: COPY | Deploy first dump
|
||||
ansible.builtin.copy:
|
||||
src: files/import1.sql
|
||||
src: ../_shared/files/import1.sql
|
||||
dest: /tmp/import1.sql
|
||||
mode: 0644
|
||||
owner: root
|
||||
|
||||
Reference in New Issue
Block a user