Move boot tasks to base role
This commit is contained in:
parent
5ecab2b527
commit
adbc843ecf
3 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -3,3 +3,5 @@
|
||||||
|
|
||||||
- include_role:
|
- include_role:
|
||||||
name: geerlingguy.ntp
|
name: geerlingguy.ntp
|
||||||
|
|
||||||
|
- import_tasks: boot.yml
|
||||||
|
|
Loading…
Reference in a new issue