mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-12 18:07:07 +00:00
fix(cicd): test idempotence on ssh custom tests (#807)
Signed-off-by: Sebastian Gumprich <rndmh3ro@users.noreply.github.com>
This commit is contained in:
parent
19ac284200
commit
aa737011e4
2 changed files with 1 additions and 2 deletions
|
@ -80,7 +80,7 @@ jobs:
|
|||
export MOLECULE_DOCKER_COMMAND="/usr/lib/systemd/systemd"
|
||||
fi
|
||||
molecule --version
|
||||
molecule converge -s ssh_hardening_custom_tests
|
||||
molecule test -s ssh_hardening_custom_tests
|
||||
env:
|
||||
MOLECULE_DISTRO: ${{ matrix.molecule_distro }}
|
||||
working-directory: ansible_collections/devsec/hardening
|
||||
|
|
|
@ -52,5 +52,4 @@ scenario:
|
|||
- check
|
||||
- converge
|
||||
- idempotence
|
||||
- verify
|
||||
- destroy
|
||||
|
|
Loading…
Reference in a new issue