--- role_name_check: 1 dependency: name: galaxy options: requirements-file: ../../requirements.yml ignore-errors: true driver: name: podman platforms: - name: git.home.arpa image: git dockerfile: Dockerfile.j2 platform: "linux/amd64" pre_build_image: false privileged: true command: ${MOLECULE_COMMAND:-"/sbin/init"} tmpfs: "/tmp": "rw" "/run": "rw,exec" cgroupns_mode: host provisioner: name: ansible inventory: links: host_vars: "../../host_vars/" group_vars: "../../group_vars/" inventory: "../inventory.yml" env: ANSIBLE_ROLES_PATH: "../../roles" config_options: defaults: callback_result_format: yaml interpreter_python: /usr/bin/python3 ssh_connection: pipelining: true playbooks: converge: converge.yml verifier: name: ansible scenario: test_sequence: - destroy - syntax - create - converge - idempotence - destroy