mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
fix molecule call
This commit is contained in:
parent
12aaa7d955
commit
f09b2b6338
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ jobs:
|
||||||
export MOLECULE_DOCKER_COMMAND="/usr/lib/systemd/systemd"
|
export MOLECULE_DOCKER_COMMAND="/usr/lib/systemd/systemd"
|
||||||
fi
|
fi
|
||||||
molecule --version
|
molecule --version
|
||||||
mol --base-config molecule/ssh_hardening/molecule.yml converge -s ssh_hardening_custom_tests
|
molecule converge -s ssh_hardening_custom_tests
|
||||||
env:
|
env:
|
||||||
MOLECULE_DISTRO: ${{ matrix.molecule_distro }}
|
MOLECULE_DISTRO: ${{ matrix.molecule_distro }}
|
||||||
working-directory: ansible_collections/devsec/hardening
|
working-directory: ansible_collections/devsec/hardening
|
||||||
|
|
Loading…
Reference in a new issue