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
|
group: cat
|
||||||
|
|
||||||
- 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/cat.service
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
- name: Install service file
|
- name: Install service file
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Reference in a new issue