bugfix: backup runs with gather_facts: false
parent
fa75354842
commit
49aa913213
@ -1,5 +1,5 @@
|
||||
---
|
||||
my_cnf_file: '/root/.my.cnf'
|
||||
database_engine: maria
|
||||
backup_dest_dir: "{{ backup_directory }}/{{ database_engine }}/{{ ansible_date_time.date }}"
|
||||
backup_dest_dir: "{{ backup_directory }}/{{ database_engine }}/{{ get_current_date }}"
|
||||
backup_status_file: '{{ backup_dest_dir }}/backup_finished'
|
||||
|
||||
Loading…
Reference in New Issue