Add autobackup support to pvc-ansible

This commit is contained in:
2023-10-27 02:07:49 -04:00
parent 677287fd2e
commit 90417621d7
10 changed files with 232 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
- include: enable.yml
when: pvc_autobackup.enabled
- include: disable.yml
when: not pvc_autobackup.enabled