We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3ee96 commit 77aa5bfCopy full SHA for 77aa5bf
.github/workflows/os_hardening_vm.yml
@@ -55,6 +55,18 @@ jobs:
55
path: ansible_collections/devsec/hardening
56
submodules: true
57
58
+ - name: Install dependencies
59
+ run: |
60
+ python -m pip install --no-cache-dir --upgrade pip
61
+ pip install -r requirements.txt
62
+ working-directory: ansible_collections/devsec/hardening
63
+
64
+ - name: Downgrade Ansible for Rocky 8 tests
65
66
+ pip install "ansible-core<2.17"
67
68
+ if: matrix.molecule_distro == 'eneric/rocky8' || matrix.molecule_distro == 'generic/opensuse15'
69
70
- name: Update Vagrant Box
71
run: |
72
vagrant box update --box ${{ matrix.molecule_distro }} || true
0 commit comments