Skip to content

Commit 039efdd

Browse files
committed
Backup: Added entry for accounts.yml to backup.yml playbook.
1 parent f964818 commit 039efdd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Changelog Format:
5959
- Backup: Updated cron task to reflect new backup.yml playbook.
6060
- Restore: Now calls Pre_Install role to make sure user account exists and create one if it doesn't.
6161
- 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.
6263

6364
## [1.2.9] - 2018-09-26
6465

backup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
- hosts: localhost
33
vars_files:
4+
- ['accounts.yml', 'defaults/accounts.yml.default']
45
- ['backup_config.yml', 'defaults/backup_config.yml.default']
56
roles:
67
- { role: backup, tags: ['backup'] }

0 commit comments

Comments
 (0)