File tree Expand file tree Collapse file tree 6 files changed +16
-5
lines changed Expand file tree Collapse file tree 6 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 6767 working-directory : ansible_collections/devsec/hardening
6868
6969 - name : Downgrade Ansible for Rocky 8 tests
70- run : pip install "ansible-core<2.17"
70+ run : |
71+ pip install "ansible-core<2.17"
72+ ansible-galaxy collection install 'community.crypto:<3.0.0'
7173 working-directory : ansible_collections/devsec/hardening
7274 if : matrix.molecule_distro == 'rocky8'
7375
Original file line number Diff line number Diff line change 6666 working-directory : ansible_collections/devsec/hardening
6767
6868 - name : Downgrade Ansible for Rocky 8 tests
69- run : pip install "ansible-core<2.17"
69+ run : |
70+ pip install "ansible-core<2.17"
71+ ansible-galaxy collection install 'community.crypto:<3.0.0'
7072 working-directory : ansible_collections/devsec/hardening
7173 if : matrix.molecule_distro == 'rocky8'
7274
Original file line number Diff line number Diff line change 7171 working-directory : ansible_collections/devsec/hardening
7272
7373 - name : Downgrade Ansible for Rocky 8 tests
74- run : pip install "ansible-core<2.17"
74+ run : |
75+ pip install "ansible-core<2.17"
76+ ansible-galaxy collection install 'community.crypto:<3.0.0'
7577 working-directory : ansible_collections/devsec/hardening
7678 if : matrix.molecule_distro == 'rocky8'
7779
Original file line number Diff line number Diff line change 6767 run : |
6868 source ~/.venv/ansible-collection-hardening/bin/activate
6969 pip install "ansible-core<2.17"
70+ ansible-galaxy collection install 'community.crypto:<3.0.0'
7071 working-directory : ansible_collections/devsec/hardening
7172 if : matrix.molecule_distro == 'generic/rocky8' || matrix.molecule_distro == 'generic/opensuse15'
7273
Original file line number Diff line number Diff line change 7474 working-directory : ansible_collections/devsec/hardening
7575
7676 - name : Downgrade Ansible for Rocky 8 tests
77- run : pip install "ansible-core<2.17"
77+ run : |
78+ pip install "ansible-core<2.17"
79+ ansible-galaxy collection install 'community.crypto:<3.0.0'
7880 working-directory : ansible_collections/devsec/hardening
7981 if : matrix.molecule_distro == 'rocky8'
8082
Original file line number Diff line number Diff line change 7474 working-directory : ansible_collections/devsec/hardening
7575
7676 - name : Downgrade Ansible for Rocky 8 tests
77- run : pip install "ansible-core<2.17"
77+ run : |
78+ pip install "ansible-core<2.17"
79+ ansible-galaxy collection install 'community.crypto:<3.0.0'
7880 working-directory : ansible_collections/devsec/hardening
7981 if : matrix.molecule_distro == 'rocky8'
8082
You can’t perform that action at this time.
0 commit comments