[home-permanent] Fix mount file name
parent
fcbcfa0dfb
commit
122d75d947
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
- name: Deploy nfs systemd mount
|
- name: Deploy nfs systemd mount
|
||||||
template:
|
template:
|
||||||
src: systemd/system/nfs-home.mount.j2
|
src: systemd/system/home.mount.j2
|
||||||
dest: /etc/systemd/system/nfs-home.mount
|
dest: /etc/systemd/system/home.mount
|
||||||
mode: 0755
|
mode: 0755
|
||||||
|
|
||||||
- name: Load and activate nfs systemd mount
|
- name: Load and activate nfs systemd mount
|
||||||
|
|
Loading…
Reference in New Issue