RHEL9-CIS/molecule/default/molecule.yml
Mark Bolwell 6fdb18aece
Lint for galaxy
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2023-03-21 17:28:40 +00:00

33 lines
626 B
YAML

---
# 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