Skip to content

Commit 72da93a

Browse files
Odilhaozjhuntin
authored andcommitted
Fix typo at for distribution_release attribute
1 parent 21f9fe3 commit 72da93a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

roles/vagrant_workarounds/tasks/main.yml

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

2828
- name: don't install broken openssl on EL9
2929
community.general.ini_file:
@@ -34,4 +34,4 @@
3434
when:
3535
- ansible_facts['os_family'] == 'RedHat'
3636
- ansible_facts['distribution_major_version'] == '9'
37-
- ansible_facts['ansible_distribution_release'] == 'Stream'
37+
- ansible_facts['distribution'] == 'CentOS'

0 commit comments

Comments
 (0)