arduino fue laptops
This commit is contained in:
parent
a21495def7
commit
4c8f8f6e54
1 changed files with 9 additions and 0 deletions
|
|
@ -118,6 +118,15 @@
|
||||||
environment:
|
environment:
|
||||||
http_proxy: ''
|
http_proxy: ''
|
||||||
|
|
||||||
|
- name: Make sure cachedir exists on laptops too
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: /var/cache/user
|
||||||
|
state: directory
|
||||||
|
recurse: yes
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: '0777'
|
||||||
|
|
||||||
########
|
########
|
||||||
# Prusa Slicer AppImage
|
# Prusa Slicer AppImage
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue