--- # Molecule configuration # https://molecule.readthedocs.io/en/latest/ driver: name: docker platforms: - name: ubi9 image: registry.access.redhat.com/ubi9/ubi-init pre_build_image: true volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro privileged: true command: "/usr/sbin/init" capabilities: - SYS_ADMIN provisioner: name: ansible config_options: defaults: interpreter_python: auto_silent callbacks_enabled: profile_tasks, timer lint: | set -e yamllint . ansible-lint flake8 verifier: name: ansible