ikke-t / podman-container-systemd

creates systemd files and creates containers using podman
118 stars 44 forks source link

Install podman by default #37

Closed jcapiitao closed 2 years ago

jcapiitao commented 3 years ago

I think it'd be better to install podman by default. Then, as mentioned in the comment, the user can disable it to speed up deployment after first shot.

When running the playbook the first time in a freshly built CentOS Stream 8 instance, the deployment failed at task [ensure auto update is running for image], because podman is not installed (i.e systemd file podman-auto-update.timer not available)

Cheers jcapitao