Я следовал нескольким учебникам, но все равно всегда получаю одну и ту же ошибку.
first.yaml
---
- hosts: all
task
- name: download httpd
yum:
- name: httpd
state: latest
когда я запускаю> ansible -playbook first.yaml Я получаю это:
ERROR! Syntax Error while loading YAML.
mapping values are not allowed in this context
The error appears to be in '/home/ansible/Document/first.yaml': line 5, column 8, but may be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- hosts: all
^ here
Спасибо