Files @ c10934519e18
Branch filter:

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

branko
MAR-218: Switch to using fully-qualified collection names for all tasks:

- Ensures there is no ambiguity when invoking a module.
1
2
3
#!/bin/bash

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