role_nftables/tasks/installation.yml
2025-04-01 16:49:12 +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"