ansible-msmtp-mailer/molecule/default/molecule.yml

31 lines
587 B
YAML
Raw Normal View History

2021-07-03 19:06:48 +00:00
---
dependency:
name: galaxy
driver:
name: docker
2021-07-12 19:39:30 +00:00
lint: |
set -e
yamllint .
ansible-lint
2021-07-03 19:06:48 +00:00
platforms:
2023-03-06 20:51:17 +00:00
- name: rockylinux8
image: geerlingguy/docker-rockylinux8-ansible:latest
2021-07-03 19:06:48 +00:00
command: ""
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
capabilities:
- SYS_ADMIN
pre_build_image: true
2023-03-06 20:51:17 +00:00
- name: rockylinux9
image: geerlingguy/docker-rockylinux9-ansible:latest
2021-07-03 19:06:48 +00:00
command: ""
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
capabilities:
- SYS_ADMIN
pre_build_image: true
provisioner:
name: ansible
2023-03-06 20:51:17 +00:00
verifier:
2021-07-03 19:06:48 +00:00
name: ansible