1
0
Fork 0

Specify become_user

This commit is contained in:
Daniele Tricoli 2020-10-30 03:13:35 +01:00
parent d0f0c8858e
commit 8ad9cbe1df
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
---
nftables_become: true
nftables_become_user: root
nftables_input_policy: drop
nftables_forward_policy: drop

View File

@ -16,3 +16,4 @@
mode: 0644
notify: systemctl restart nftables
become: "{{ nftables_become }}"
become_user: "{{ nftables_become_user }}"