ikke-t / podman-container-systemd

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

fails to install podman #77

Open ikke-t opened 1 year ago

ikke-t commented 1 year ago

On CoreOS type install with rpmostree package manager, podman install fails:

fatal: [fediot.ikenet]: FAILED! => {
    "changed": false,
    "invocation": {
        "module_args": {
            "backend": null,
            "image": null,
            "mode": null,
            "name": "podman",
            "rootfs": null,
            "state": "present",
            "values": []
        }
    },
    "msg": "missing required arguments: backend, image"

Actually we should likely skip the whole install on such. I can bypass it by variable, but let's consider if it should be skipped.