Add meta support for fedora
This commit is contained in:
parent
58128eec46
commit
72d8e7cdde
@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Install CentOS 8 python bindings
|
||||
when: ansible_distribution == "Rocky"
|
||||
when: ansible_distribution == "Rocky" or ansible_distribution == "Fedora"
|
||||
become: true
|
||||
ansible.builtin.dnf:
|
||||
state: present
|
||||
|
@ -6,7 +6,7 @@
|
||||
key: edgeos
|
||||
|
||||
- name: Group supported Linux hosts
|
||||
when: ansible_distribution == "Rocky"
|
||||
when: ansible_distribution == "Rocky" or ansible_distribution == "Fedora"
|
||||
changed_when: false
|
||||
group_by:
|
||||
key: linux
|
||||
|
Reference in New Issue
Block a user