fix: Install tasks with sudo

This commit is contained in:
2026-08-13 17:38:05 +02:00
parent 0fb68716a0
commit 1982bb584d
+2 -2
View File
@@ -3,6 +3,6 @@
- name: Install nftables - name: Install nftables
ansible.builtin.apt: ansible.builtin.apt:
state: present
name: nftables name: nftables
when: ansible_facts['pkg_mgr'] == "apt" update_cache: true
become: true