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: