We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f964818 commit 039efddCopy full SHA for 039efdd
CHANGELOG.md
@@ -59,6 +59,7 @@ Changelog Format:
59
- Backup: Updated cron task to reflect new backup.yml playbook.
60
- Restore: Now calls Pre_Install role to make sure user account exists and create one if it doesn't.
61
- Rclone: `rclone.conf` will now be set to correct permissions, when importing from playbook dir.
62
+- Backup: Added entry for `accounts.yml` variable file to `backup.yml` playbook.
63
64
## [1.2.9] - 2018-09-26
65
backup.yml
@@ -1,6 +1,7 @@
1
---
2
- hosts: localhost
3
vars_files:
4
+ - ['accounts.yml', 'defaults/accounts.yml.default']
5
- ['backup_config.yml', 'defaults/backup_config.yml.default']
6
roles:
7
- { role: backup, tags: ['backup'] }
0 commit comments