fix molecule call

This commit is contained in:
Sebastian Gumprich 2021-10-25 10:26:56 +02:00 committed by GitHub
parent 12aaa7d955
commit f09b2b6338
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ jobs:
export MOLECULE_DOCKER_COMMAND="/usr/lib/systemd/systemd"
fi
molecule --version
mol --base-config molecule/ssh_hardening/molecule.yml converge -s ssh_hardening_custom_tests
molecule converge -s ssh_hardening_custom_tests
env:
MOLECULE_DISTRO: ${{ matrix.molecule_distro }}
working-directory: ansible_collections/devsec/hardening