Actions
Review #588
closedReview #585: backup_duck
commit 3eabeec1f38110b8fb669b5d42dc01afee78ecd8
Start date:
2017-08-29
Branch:
backup_duck
Description
Modification unneeded, ansible/playbooks/templates/burp/duckcorp_ccd.conf template is already able to fetch keep and timer parameters:
{% set keeps = hostvars[inventory_hostname]['backup_keep_' + backup_name] %}
{% set timers = hostvars[inventory_hostname]['backup_timer_' + backup_name] %}
the same for cron parameter in roles/burp/tasks/client_specific_conf.yml:
- vars:
cron: "{{ backup.value.cron if backup.value.cron is defined else hostvars[inventory_hostname]['backup_cron_' + backup.key] }}"
Following your review, missing @roles@ entry was added in df297d537c2449928359ec67906604c1f46be4d4.
Actions