fix formatting, ensure vim filetype is set

This commit is contained in:
Matthew Stobbs
2025-03-31 18:15:07 -06:00
parent 59a31858f4
commit 8abb14ce33
122 changed files with 256 additions and 25 deletions

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install of {{ pkg }}
when:
- hypridle.clean
@@ -60,7 +62,7 @@
- --target
- all
- -j
- "{{ ansible_processor_nproc|int }}"
- "{{ ansible_processor_nproc | int }}"
- name: Install {{ pkg }}
become: true