use import_tasks
This commit is contained in:
parent
6e1f92fe0d
commit
c4d686e56a
|
@ -1,11 +1,11 @@
|
|||
- name: Include installation of Hyprland
|
||||
include: hyprland.yml
|
||||
import_tasks: hyprland.yml
|
||||
|
||||
- name: Include installation of utilities
|
||||
include: utils.yml
|
||||
import_tasks: utils.yml
|
||||
|
||||
- name: Include flatpak setup
|
||||
include: flatpak.yml
|
||||
import_tasks: flatpak.yml
|
||||
|
||||
- name: Include configuration steps
|
||||
include: config.yml
|
||||
import_tasks: config.yml
|
Loading…
Reference in a new issue