mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Disable pip test on FIPS enabled systems because pip unconditionally uses md5
This commit is contained in:
parent
b828b25784
commit
f109b818bf
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
roles:
|
roles:
|
||||||
- { role: test_service, tags: test_service }
|
- { role: test_service, tags: test_service }
|
||||||
- { role: test_pip, tags: test_pip }
|
# Current pip unconditionally uses md5. We can re-enable if pip switches
|
||||||
|
# to a different hash or allows us to not check md5
|
||||||
|
- { role: test_pip, tags: test_pip, when: ansible_fips != True }
|
||||||
- { role: test_gem, tags: test_gem }
|
- { role: test_gem, tags: test_gem }
|
||||||
- { role: test_yum, tags: test_yum }
|
- { role: test_yum, tags: test_yum }
|
||||||
- { role: test_apt, tags: test_apt }
|
- { role: test_apt, tags: test_apt }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue