Create NetworkManager service
This commit is contained in:
parent
4e9107fa66
commit
b88992cb13
1 changed files with 6 additions and 1 deletions
|
@ -61,12 +61,17 @@
|
|||
path: '/etc/dconf/db/local.d/locks'
|
||||
state: 'directory'
|
||||
mode: '0755'
|
||||
- name: Fix XDG portals
|
||||
- name: Create XDG portals directory
|
||||
ansible.builtin.file:
|
||||
path: '/etc/xdg-desktop-portal'
|
||||
state: 'directory'
|
||||
mode: '0755'
|
||||
|
||||
- name: Create /etc/systemd/system/NetworkManager.service.d
|
||||
ansible.builtin.file:
|
||||
path: '/etc/systemd/system/NetworkManager.service.d'
|
||||
state: 'directory'
|
||||
mode: '0755'
|
||||
- name: Copy dconf files + xdg-desktop-portals fix + Network manager
|
||||
ansible.builtin.copy:
|
||||
src: '{{ item }}'
|
||||
|
|
Loading…
Reference in a new issue