mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
setup python
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
This commit is contained in:
parent
013a554731
commit
0eddf2872b
1 changed files with 5 additions and 0 deletions
5
.github/workflows/os_hardening_vm.yml
vendored
5
.github/workflows/os_hardening_vm.yml
vendored
|
@ -30,6 +30,11 @@ 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
|
||||
|
|
Loading…
Reference in a new issue