On NFS systems, restart automount service when establishing a VPN connection
This commit is contained in:
parent
7243c8d265
commit
b063b5eefb
2 changed files with 20 additions and 8 deletions
|
|
@ -6,9 +6,9 @@
|
|||
mode: "0755"
|
||||
|
||||
- name: Copy NetworkManager dispatcher-script (10-lmn-mount.sh)
|
||||
ansible.builtin.copy:
|
||||
src: 10-lmn-mount.sh
|
||||
dest: /etc/NetworkManager/dispatcher.d/
|
||||
ansible.builtin.template:
|
||||
src: 10-lmn-mount.sh.j2
|
||||
dest: /etc/NetworkManager/dispatcher.d/10-lmn-mount.sh
|
||||
mode: "0755"
|
||||
|
||||
- name: Create link to dispatcher-script (10-lmn-mount.sh)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue