[packages:network] network-manager doesn’t work with polkit
This commit is contained in:
parent
5b877d2d13
commit
9014fe5a81
|
@ -8,3 +8,10 @@
|
||||||
- nmap
|
- nmap
|
||||||
- zmap
|
- zmap
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: configure network-manager authentication
|
||||||
|
ini_file:
|
||||||
|
path: /etc/NetworkManager/conf.d/auth.conf
|
||||||
|
section: main
|
||||||
|
option: auth-polkit
|
||||||
|
value: false
|
||||||
|
|
Reference in a new issue