role_nftables/tasks/installation.yml
2025-08-28 23:40:14 +02:00

9 lines
159 B
YAML

---
# tasks file for nftables
- name: Install nftables
ansible.builtin.apt:
state: present
name: nftables
when: ansible_facts['pkg_mgr'] == "apt"