错误!剧本条目必须是有效剧本或包含声明

时间:2019-12-22 06:29:47

标签: ansible yaml devops

我正在尝试使用我的第一本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和最新版本

0 个答案:

没有答案