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