[home-permanent] Fix mount file name

certbot_on_virtu
_benjamin 2020-04-11 14:31:38 +02:00
parent fcbcfa0dfb
commit 122d75d947
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
---
- name: Deploy nfs systemd mount
template:
src: systemd/system/nfs-home.mount.j2
dest: /etc/systemd/system/nfs-home.mount
src: systemd/system/home.mount.j2
dest: /etc/systemd/system/home.mount
mode: 0755
- name: Load and activate nfs systemd mount