Fix prusa-slicer role for ubuntu

This commit is contained in:
Przemek Grondek 2024-05-03 16:07:09 +02:00
parent 2b4602b987
commit 8f487eaf80
2 changed files with 15 additions and 15 deletions

View file

@ -1,20 +1,20 @@
--- ---
- hosts: localhost - hosts: localhost
roles: roles:
- prepare # - prepare
- systemd-boot # - systemd-boot
- ubuntu # - ubuntu
- prusa-slicer - prusa-slicer
- dev-java # - dev-java
- dev-js # - dev-js
- autofs # - autofs
- dwm # - dwm
- docker # - docker
- laptop # - laptop
- desktop # - desktop
- backup # - backup
- ego # - ego
- gaming # - gaming
# - dev-flutter # - dev-flutter
# - virtual # - virtual

View file

@ -1,3 +1,3 @@
- include: install-program.yml - include_tasks: install-program.yml
- include: config-repository.yml - include_tasks: config-repository.yml