ovh: Enable remote socket for Podman
This commit is contained in:
parent
8af16179ee
commit
7703ea92d9
1 changed files with 6 additions and 0 deletions
|
|
@ -62,3 +62,9 @@
|
|||
name: podman
|
||||
state: present
|
||||
become: true
|
||||
- name: Enable a Podman socket to receive remote client commands
|
||||
ansible.builtin.systemd_service:
|
||||
name: 'podman.socket'
|
||||
enabled: true
|
||||
state: started
|
||||
scope: user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue