Become root when executing task "Set firewall default policy"
Add missing "become: True" Change-Id: I22b9a44fa3e5d147f487e2e24f3f0a65484951ff Closes-Bug: #1648370
This commit is contained in:
parent
347a86dbaa
commit
282afeafa3
@ -5,6 +5,7 @@
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
||||
- name: Set firewall default policy
|
||||
become: True
|
||||
ufw: state=disabled policy=allow
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user