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
|
||||
template:
|
||||
- src: start.sh
|
||||
dest: "{{ cat_git_destination }}/start.sh"
|
||||
owner: cat
|
||||
group: cat
|
||||
src: start.sh
|
||||
dest: "{{ cat_git_destination }}/start.sh"
|
||||
owner: cat
|
||||
group: cat
|
||||
|
||||
- name: Install service file
|
||||
template:
|
||||
|
|
Loading…
Reference in a new issue