dev template debugging

This commit is contained in:
mustard 2025-03-04 21:15:55 +01:00
parent 774c8fd4a4
commit 60aa6daf32

View file

@ -64,7 +64,7 @@
- name: Configure Qubes bind dirs
lineinfile:
path: /etc/qubes-bind-dirs.d/50_user.conf
line: 'binds+=( '/var/lib/docker' )'
line: 'binds+=( "/var/lib/docker" )'
state: present
create: yes