Files @ 0c2178fd95a5
Branch filter:

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

branko
MAR-25: Implemented tests for ldap_client role:

- Added Molecule configuration.
- Added test playbook.
- Fixed issue with mode not including leading zero.
- Implemented a couple of simple tests.
1
2
3
#!/bin/bash

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