maglo
maglo
or even ```ruby os.stacks = [{ name: 'mystack', template: ['/path/to/my/template.yml', '/path/to/my/parameters.yaml`] }] ``` since paramters can be supplied in the form of a yaml to `openstack stack create -t template.yaml...
I just tested on CentOS 8.3: Installing `podman` with ``` sudo yum module enable -y container-tools:rhel8 sudo yum module install -y container-tools:rhel8 ``` and (trying to install) Docker with ```...
Any progress on this? really annoying if you ask me, causing us to have to do multiple shenanigans and workarounds.
The problem is _still_ that you might want _both_ podman and docker on the _same_ host. And be able to run `dnf update` without hickups.