shrink_lv/bigboot_cleanup.yml
Chris Hammer 4bea43d589 Sync with Develop (#7)
Reviewed-on: #7
Co-authored-by: Chris Hammer <chris@thezengarden.net>
Co-committed-by: Chris Hammer <chris@thezengarden.net>
2025-01-08 16:44:31 -05:00

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