Move boot tasks to base role
All checks were successful
/ lint (push) Successful in 52s
/ lint (pull_request) Successful in 50s

This commit is contained in:
Jake Howard 2024-09-18 14:37:56 +01:00
parent 5ecab2b527
commit adbc843ecf
Signed by: jake
GPG key ID: 57AFB45680EDD477
3 changed files with 2 additions and 1 deletions

View file

@ -14,7 +14,6 @@
- include_role: - include_role:
name: base name: base
- import_tasks: tasks/boot.yml
- import_tasks: tasks/i3.yml - import_tasks: tasks/i3.yml
# Don't bother configuring KDE for root, just assume it's for me # Don't bother configuring KDE for root, just assume it's for me

View file

@ -3,3 +3,5 @@
- include_role: - include_role:
name: geerlingguy.ntp name: geerlingguy.ntp
- import_tasks: boot.yml