shrink_lv/bigboot_cleanup.yml

14 lines
270 B
YAML

---
- name: Cleanup from previous Bigboot executions
hosts: all
become: true
gather_facts: true
strategy: free
vars_files:
- bigboot_vars.yml
tasks:
- name: Cleanup from any previous executions
ansible.builtin.import_tasks: tasks/cleanup.yml