mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Include Rocky linux in DNF setup
This commit is contained in:
parent
4be771f12a
commit
5e67feaf04
@ -26,5 +26,5 @@
|
||||
when: ansible_facts['distribution_version'] is version('8.2', '<=')
|
||||
|
||||
when:
|
||||
- ansible_distribution == 'CentOS'
|
||||
- ansible_distribution == 'CentOS' or ansible_distribution == 'Rocky'
|
||||
- ansible_distribution_major_version | int >= 8
|
||||
|
Loading…
x
Reference in New Issue
Block a user