[zbee-mount] Fix mount file name again

certbot_on_virtu
_benjamin 2020-04-12 16:49:54 +02:00
parent 97a71e853a
commit 39da3666bb
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
- name: Deploy /home systemd mounts - name: Deploy /home systemd mounts
template: template:
src: "systemd/system/home.mount.j2" src: "systemd/system/home.mount.j2"
dest: "/etc/systemd/system/home-adh-{{ item }}.mount" dest: "/etc/systemd/system/home\x2dadh-{{ item }}.mount"
mode: 0644 mode: 0644
loop: loop:
- a - a
@ -36,7 +36,7 @@
- name: Load and activate /home systemd mounts - name: Load and activate /home systemd mounts
systemd: systemd:
name: "home-adh-{{ item }}.mount" name: "home\x2dadh-{{ item }}.mount"
daemon_reload: true daemon_reload: true
enabled: true enabled: true
state: started state: started