--- - name: Install nftables become: true apt: name: nftables state: present update_cache: yes notify: Start nftables service - name: Enable nftables become: true systemd: name: nftables enabled: true