fix indentation
This commit is contained in:
parent
6f88df6f58
commit
6df0642eea
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue