fixed custom tests
All checks were successful
test / Linting (push) Successful in 5s
test / Molecule tests (default, debian11) (push) Successful in 31s
test / Molecule tests (default, ubuntu2004) (push) Successful in 57s
test / Molecule tests (default, debian12) (push) Successful in 1m2s
test / Molecule tests (default, ubuntu2204) (push) Successful in 38s
test / Molecule tests (with_ssh_keys, debian11) (push) Successful in 34s
test / Molecule tests (with_ssh_keys, debian12) (push) Successful in 35s
test / Molecule tests (with_ssh_keys, ubuntu2004) (push) Successful in 49s
test / Molecule tests (with_ssh_keys, ubuntu2204) (push) Successful in 35s

This commit is contained in:
Bertrand Lanson 2023-07-15 00:26:16 +02:00
parent 5ee65abd9e
commit 7d74ef4c89

View File

@ -35,7 +35,7 @@ jobs:
strategy: strategy:
matrix: matrix:
test_os: [debian11, debian12, ubuntu2004, ubuntu2204] test_os: [debian11, debian12, ubuntu2004, ubuntu2204]
scenario: [default, with_acl_enabled] scenario: [default, with_ssh_keys]
env: env:
ANSIBLE_HOST_KEY_CHECKING: 'false' ANSIBLE_HOST_KEY_CHECKING: 'false'
ANSIBLE_FORCE_COLOR: 'true' ANSIBLE_FORCE_COLOR: 'true'