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 21f9fe3 commit 72da93aCopy full SHA for 72da93a
1 file changed
roles/vagrant_workarounds/tasks/main.yml
@@ -23,7 +23,7 @@
23
when:
24
- ansible_facts['os_family'] == 'RedHat'
25
- ansible_facts['distribution_major_version'] == '9'
26
- - ansible_facts['ansible_distribution_release'] == 'Stream'
+ - ansible_facts['distribution'] == 'CentOS'
27
28
- name: don't install broken openssl on EL9
29
community.general.ini_file:
@@ -34,4 +34,4 @@
34
35
36
37
0 commit comments