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