Fix prusa-slicer role for ubuntu
This commit is contained in:
parent
2b4602b987
commit
8f487eaf80
2 changed files with 15 additions and 15 deletions
|
@ -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
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
- include: install-program.yml
|
- include_tasks: install-program.yml
|
||||||
|
|
||||||
- include: config-repository.yml
|
- include_tasks: config-repository.yml
|
||||||
|
|
Loading…
Reference in a new issue