added support for Rocky Linux

This commit is contained in:
theko2fi 2023-02-19 13:17:29 +01:00
parent 67e50e9af0
commit 084f87a09a

View File

@ -11,7 +11,7 @@
- 'vars'
- include_tasks: setup-RedHat.yml
when: ansible_os_family == 'RedHat'
when: ansible_os_family == 'RedHat' or ansible_os_family == 'Rocky'
- include_tasks: setup-Debian.yml
when: ansible_os_family == 'Debian'