fix: Install tasks with sudo
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
|
||||
- name: Install nftables
|
||||
ansible.builtin.apt:
|
||||
state: present
|
||||
name: nftables
|
||||
when: ansible_facts['pkg_mgr'] == "apt"
|
||||
update_cache: true
|
||||
become: true
|
||||
|
||||
Reference in New Issue
Block a user