mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
use correct parameter
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
This commit is contained in:
parent
0eddf2872b
commit
400e576984
2 changed files with 6 additions and 6 deletions
10
.github/workflows/os_hardening_vm.yml
vendored
10
.github/workflows/os_hardening_vm.yml
vendored
|
@ -22,7 +22,12 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
molecule_distro:
|
||||
# - centos7
|
||||
# - rocky8
|
||||
- ubuntu1804
|
||||
# - ubuntu2004
|
||||
# - debian9
|
||||
# - debian10
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v3
|
||||
|
@ -30,11 +35,6 @@ jobs:
|
|||
path: ansible_collections/devsec/hardening
|
||||
submodules: true
|
||||
|
||||
- name: Set up Python 3.7
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.7
|
||||
|
||||
- name: Create default collection path symlink
|
||||
run: |
|
||||
mkdir -p /home/runner/.ansible
|
||||
|
|
|
@ -9,7 +9,7 @@ driver:
|
|||
name: libvirt
|
||||
platforms:
|
||||
- name: instance
|
||||
image: "generic/${MOLECULE_DISTRO}"
|
||||
box: "generic/${MOLECULE_DISTRO}"
|
||||
provisioner:
|
||||
name: ansible
|
||||
config_options:
|
||||
|
|
Loading…
Reference in a new issue