Remove docker rootless setup
This commit is contained in:
parent
3ca4225f7c
commit
c2c6f53075
3 changed files with 47 additions and 37 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue