Fix molecule
This commit is contained in:
parent
5f8bf17901
commit
59b11898e4
|
@ -4,4 +4,4 @@
|
|||
tasks:
|
||||
- name: "Include ansible_msmtp_mailer"
|
||||
include_role:
|
||||
name: "ansible_msmtp_mailer"
|
||||
name: "ansible-msmtp-mailer"
|
||||
|
|
|
@ -8,14 +8,6 @@ lint: |
|
|||
yamllint .
|
||||
ansible-lint
|
||||
platforms:
|
||||
- name: centos8
|
||||
image: geerlingguy/docker-centos8-ansible:latest
|
||||
command: ""
|
||||
volumes:
|
||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||
capabilities:
|
||||
- SYS_ADMIN
|
||||
pre_build_image: true
|
||||
- name: rockylinux8
|
||||
image: geerlingguy/docker-rockylinux8-ansible:latest
|
||||
command: ""
|
||||
|
@ -24,7 +16,15 @@ platforms:
|
|||
capabilities:
|
||||
- SYS_ADMIN
|
||||
pre_build_image: true
|
||||
- name: rockylinux9
|
||||
image: geerlingguy/docker-rockylinux9-ansible:latest
|
||||
command: ""
|
||||
volumes:
|
||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||
capabilities:
|
||||
- SYS_ADMIN
|
||||
pre_build_image: true
|
||||
provisioner:
|
||||
name: ansible
|
||||
vefifier:
|
||||
verifier:
|
||||
name: ansible
|
||||
|
|
Loading…
Reference in a new issue