mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-08-02 13:46:22 +02:00
added support for Rocky Linux
This commit is contained in:
parent
67e50e9af0
commit
084f87a09a
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user