Files
pvc-ansible/roles/pvc/tasks/autobackup/main.yml
Joshua M. Boniface d241d5d39a Replace include: with include_tasks:
The include: method was deprecated with Ansible Core 2.19; replace it
with include_tasks.
2026-03-02 00:06:48 -05:00

8 lines
129 B
YAML

---
- include_tasks: enable.yml
when: pvc_autobackup.enabled
- include_tasks: disable.yml
when: not pvc_autobackup.enabled