Files @ 93d485d7dc7b
Branch filter:

Location: majic-ansible-roles/roles/database/templates/dump_db.sh.j2 - annotation

branko
MAR-218: Undo removal of explicitly specifying Python interpreter:

- Ansible will produce warnings if the interpreter path is not
specified explicitly.
1
2
3
#!/bin/bash

/usr/bin/mysqldump "{{ db_name }}" > "/srv/backup/mariadb/{{ db_name }}.sql"