fix indentation

This commit is contained in:
flynn 2019-02-13 22:59:13 +01:00
parent 6f88df6f58
commit 6df0642eea
1 changed files with 3 additions and 3 deletions

View File

@ -77,9 +77,9 @@
group: cat
- name: Ensure cat service dir exists
file:
path: /home/{{ cat_user }}/.config/systemd/user/cat.service
state: directory
file:
path: /home/{{ cat_user }}/.config/systemd/user/cat.service
state: directory
- name: Install service file
template: