We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664e7d2 commit 21f9fe3Copy full SHA for 21f9fe3
1 file changed
roles/vagrant_workarounds/tasks/main.yml
@@ -23,6 +23,7 @@
23
when:
24
- ansible_facts['os_family'] == 'RedHat'
25
- ansible_facts['distribution_major_version'] == '9'
26
+ - ansible_facts['ansible_distribution_release'] == 'Stream'
27
28
- name: don't install broken openssl on EL9
29
community.general.ini_file:
@@ -33,3 +34,4 @@
33
34
35
36
37
0 commit comments