Rootless Podman Socket work

master
Mike Holloway 2 months ago
parent 60295e3fd1
commit 556f3dd94f
  1. 2
      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:

Loading…
Cancel
Save