General Improvements & Fixes #5

Merged
me merged 54 commits from dev into main 2025-09-19 13:31:54 -07:00
Showing only changes of commit a03a1b6493 - Show all commits

View File

@@ -9,6 +9,9 @@
- name: General | Software | Swap | Check For Swapfile - name: General | Software | Swap | Check For Swapfile
stat: stat:
path: "{{ swap_file }}" path: "{{ swap_file }}"
get_attributes: false
get_checksum: false
get_mime: false
register: swap_check register: swap_check
- name: General | Software | Swap | Install Block - name: General | Software | Swap | Install Block