feat: Move from Debian to Fedora

This commit is contained in:
2026-04-10 16:33:45 +02:00
parent 0fb68716a0
commit 0ec22490bf
3 changed files with 5 additions and 6 deletions

View File

@@ -2,7 +2,6 @@
# tasks file for nftables
- name: Install nftables
ansible.builtin.apt:
state: present
ansible.builtin.dnf:
name: nftables
when: ansible_facts['pkg_mgr'] == "apt"
become: true