diff --git a/skylab/core/playbooks/tasks/meta/bootstrap-remote-env.yaml b/skylab/core/playbooks/tasks/meta/bootstrap-remote-env.yaml index 9918b1d..1d2277c 100644 --- a/skylab/core/playbooks/tasks/meta/bootstrap-remote-env.yaml +++ b/skylab/core/playbooks/tasks/meta/bootstrap-remote-env.yaml @@ -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 diff --git a/skylab/core/playbooks/tasks/meta/runtime-group-determination.yaml b/skylab/core/playbooks/tasks/meta/runtime-group-determination.yaml index ff9b920..847e754 100644 --- a/skylab/core/playbooks/tasks/meta/runtime-group-determination.yaml +++ b/skylab/core/playbooks/tasks/meta/runtime-group-determination.yaml @@ -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