Adjust CI matrix for ansible-core devel's ansible-test (#771)

* Adjust CI matrix for ansible-core devel's ansible-test.

* Don't install cryptography via pip on Ubuntu 24.04.

* Don't force-enable on Fedora.
This commit is contained in:
Felix Fontein
2024-06-18 08:20:43 +02:00
committed by GitHub
parent 33410b1d57
commit 5e60bee9c0
3 changed files with 25 additions and 13 deletions

View File

@@ -5,7 +5,7 @@
- name: RedHat - Enable the dynamic CA configuration feature
command: update-ca-trust force-enable
when: ansible_os_family == 'RedHat'
when: ansible_os_family == 'RedHat' and ansible_distribution != "Fedora"
- name: RedHat - Retrieve test cacert
get_url: