Remove docker rootless setup

This commit is contained in:
Sonny Bakker 2025-02-13 21:11:15 +01:00
parent 3ca4225f7c
commit c2c6f53075
3 changed files with 47 additions and 37 deletions

View file

@ -24,11 +24,3 @@
- name: build & install aur packages
include_tasks: 'tasks/aur-package.yml'
loop: '{{ aur_packages }}'
- name: enable docker socket
systemd:
name: docker.socket
state: restarted
enabled: true
scope: user
daemon_reload: true