From 556f3dd94f801f24a499480398dbfc7c3f9395d1 Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Fri, 20 Sep 2024 02:54:28 -0400 Subject: [PATCH] Rootless Podman Socket work --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index a68955a..e0f38b9 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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: