2023-02-28 01:36:25 +01:00

17 lines
276 B
YAML

---
- name: include backup.yml
include_tasks:
file: backup.yml
apply:
tags: backup
tags: backup
- name: include check.yml
include_tasks:
file: check.yml
apply:
tags: check
tags: check
# vim: set tabstop=2 shiftwidth=2 expandtab smarttab: