Skip to content
Snippets Groups Projects
Commit af450541 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add new optional flag borg_enabled

parent d487312c
Branches
No related tags found
No related merge requests found
......@@ -14,12 +14,14 @@
with_items: '{{ drupal_settings|default([]) }}'
loop_control:
loop_var: drupal
when: drupal.borg_enabled|default("yes") == "yes"
- name: Add Borgmatic Configuration for NextCloud
include_tasks: config_nextcloud.yml
with_items: '{{ nextcloud_settings|default([]) }}'
loop_control:
loop_var: nextcloud
when: nextcloud.borg_enabled|default("yes") == "yes"
- name: Add cron job for create, check and prune
cron:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment