mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
recognizing RH8 Stream version
This commit is contained in:
parent
eb4647ed9c
commit
e1ff31cd12
@ -17,7 +17,7 @@
|
|||||||
register: dnf_module_enable
|
register: dnf_module_enable
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
when: ansible_facts['distribution_version'] is version('8.3', '>=')
|
when: ansible_facts['distribution_version'] is version('8.3','>=') or ansible_facts['distribution_release'] == 'Stream'
|
||||||
|
|
||||||
- name: Enable DNF module for CentOS 8.0–8.2.
|
- name: Enable DNF module for CentOS 8.0–8.2.
|
||||||
shell: |
|
shell: |
|
||||||
@ -27,7 +27,7 @@
|
|||||||
register: dnf_module_enable
|
register: dnf_module_enable
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
when: ansible_facts['distribution_version'] is version('8.2', '<=')
|
when: ansible_facts['distribution_version'] is version('8.2','<=') and ansible_facts['distribution_release'] != 'Stream'
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- ansible_distribution == 'CentOS'
|
- ansible_distribution == 'CentOS'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user