skylab
/
skylab-ansible
Archived
2
0
Fork 0

Add meta support for fedora

This commit is contained in:
Ethan Paul 2022-04-25 21:10:07 -04:00
parent 58128eec46
commit 72d8e7cdde
No known key found for this signature in database
GPG Key ID: 6A337337DF6B5B1A
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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