Fix molecule

This commit is contained in:
Gitouche 2023-03-06 21:51:17 +01:00
parent 5f8bf17901
commit 59b11898e4
2 changed files with 10 additions and 10 deletions

View File

@ -4,4 +4,4 @@
tasks: tasks:
- name: "Include ansible_msmtp_mailer" - name: "Include ansible_msmtp_mailer"
include_role: include_role:
name: "ansible_msmtp_mailer" name: "ansible-msmtp-mailer"

View File

@ -8,14 +8,6 @@ lint: |
yamllint . yamllint .
ansible-lint ansible-lint
platforms: 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 - name: rockylinux8
image: geerlingguy/docker-rockylinux8-ansible:latest image: geerlingguy/docker-rockylinux8-ansible:latest
command: "" command: ""
@ -24,7 +16,15 @@ platforms:
capabilities: capabilities:
- SYS_ADMIN - SYS_ADMIN
pre_build_image: true 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: provisioner:
name: ansible name: ansible
vefifier: verifier:
name: ansible name: ansible