fix dir creation

This commit is contained in:
flynn 2019-02-13 23:37:26 +01:00
parent 9e308a87c7
commit d71c605293
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
- name: Ensure cat service dir exists - name: Ensure cat service dir exists
file: file:
path: /home/{{ cat_user }}/.config/systemd/user/cat.service path: /home/{{ cat_user }}/.config/systemd/user
state: directory state: directory
owner: cat owner: cat
group: cat group: cat