ensure dir is created

This commit is contained in:
flynn 2019-02-13 22:57:10 +01:00
parent 2cb136eb12
commit 6f88df6f58
1 changed files with 5 additions and 0 deletions

View File

@ -76,6 +76,11 @@
owner: cat
group: cat
- name: Ensure cat service dir exists
file:
path: /home/{{ cat_user }}/.config/systemd/user/cat.service
state: directory
- name: Install service file
template:
src: cat.service