1
0
Fork 0

Revert add cgroupfs option

This commit is contained in:
Daniele Tricoli 2021-09-11 18:01:09 +02:00
parent f0838b0726
commit eb504994fb
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ steps:
- apt update && apt install -y ansible podman python3-pip
- python3 -m pip install "molecule[lint,podman]"
- echo "[registries.search]\nregistries = ['docker.io']" >> /etc/containers/registries.conf
- echo "[engine]\nevents_logger = \"file\"\ncgroup_manager = \"cgroupfs\"" >> /etc/containers/containers.conf
- echo "[engine]\nevents_logger = 'file'" >> /etc/containers/containers.conf
- molecule --debug test