Skip to content

Commit 21f9fe3

Browse files
committed
Ensure that the workaround for openssl is only executed on Centos Stream 9
1 parent 664e7d2 commit 21f9fe3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

roles/vagrant_workarounds/tasks/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
when:
2424
- ansible_facts['os_family'] == 'RedHat'
2525
- ansible_facts['distribution_major_version'] == '9'
26+
- ansible_facts['ansible_distribution_release'] == 'Stream'
2627

2728
- name: don't install broken openssl on EL9
2829
community.general.ini_file:
@@ -33,3 +34,4 @@
3334
when:
3435
- ansible_facts['os_family'] == 'RedHat'
3536
- ansible_facts['distribution_major_version'] == '9'
37+
- ansible_facts['ansible_distribution_release'] == 'Stream'

0 commit comments

Comments
 (0)