我正在尝试使用我的第一本Ansible剧本,但出现错误。
我的代码:
---
- Cow
- Dog
- Cat
...
我在进行语法检查时遇到错误。
ansible-playbook --syntax-check mycode.yml -i inventory
在清单文件中,我指定了我的托管主机。
获得的错误如下所示。
ERROR! playbook entries must be either a valid play or an include statement
The error appears to be in '/home/jones/install/mycode.yml': line 2, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
---
- Cow
^ here
请找到解决方案。
使用最新版本已安装软件包ansible-2.9.1-1.el7.noarch和最新版本