fix dir creation
This commit is contained in:
parent
9e308a87c7
commit
d71c605293
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue