dbrennand / ansible-role-autorestic

Ansible role to configure backups using autorestic.
https://galaxy.ansible.com/dbrennand/autorestic
MIT License
12 stars 3 forks source link

feat: Make autorestic configuration file path configurable #13

Closed micxer closed 6 months ago

micxer commented 6 months ago

This commit updates the autorestic configuration file path to use the autorestic_config_file variable instead of hardcoding ~/.autorestic.yml. This change allows for greater flexibility and customization in specifying the location of the configuration file.

dbrennand commented 6 months ago

Hey @micxer 👋🏻

Thank you for your contribution to this role!

The changes look good to me. The lint and tests are failing, but looks completely unrelated to these changes. I'll take a look when I can.

micxer commented 6 months ago

Fixed it. Should be working now.