wrong indentation
This commit is contained in:
parent
1fddcc795c
commit
e321099016
1 changed files with 4 additions and 4 deletions
|
@ -81,10 +81,10 @@
|
||||||
|
|
||||||
- name: Copy start script
|
- name: Copy start script
|
||||||
template:
|
template:
|
||||||
- src: start.sh
|
src: start.sh
|
||||||
dest: "{{ cat_git_destination }}/start.sh"
|
dest: "{{ cat_git_destination }}/start.sh"
|
||||||
owner: cat
|
owner: cat
|
||||||
group: cat
|
group: cat
|
||||||
|
|
||||||
- name: Install service file
|
- name: Install service file
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Reference in a new issue