Rootless Podman Socket work

This commit is contained in:
Mike Holloway 2024-09-20 02:54:28 -04:00
parent 60295e3fd1
commit 556f3dd94f

View File

@ -1,6 +1,6 @@
- name: Install podman, podman networking plugins, and python support packages
dnf:
name: ['podman', 'containernetworking-plugins', 'podman-plugins', 'python3-pip', 'systemd-containers']
name: ['podman', 'containernetworking-plugins', 'podman-plugins', 'python3-pip', 'systemd-container']
state: present
- name: Install podman-compose pip Package
pip: