Добрый день Не могу побороть ошибку, помогите пожалуйста
---
- name: Preparation for deploy
hosts: "{{ from }}"
gather_facts: false
tasks:
- name: Copy curent app version
command: "cp -r {{ path_src }}/. {{ path_dst }}"
- name: Sync
hosts: app-all
tasks:
include: ../shell/rsync.yml
Выдает ошибку
ERROR! A malformed block was encountered while loading tasks
The error appears to have been in line 66, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: Sync
^ here