Sync with Develop #7

Merged
chris merged 38 commits from develop into main 2025-01-08 16:44:32 -05:00
Showing only changes of commit 82da0dd6ac - Show all commits

13
bigboot_cleanup.yml Normal file
View File

@ -0,0 +1,13 @@
---
- 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