【发布时间】:2018-11-29 05:41:48
【问题描述】:
遵循我从 AWX Ansible 运行的 Playbook 的 yaml。
---
- hosts: all
remote_user: root
tasks:
- copy:
content: "My content"
dest: "01.txt"
但得到以下异常:-
Cannot parse as JSON (error: No JSON object could be decoded) or YAML (error: Input type `list` is not a dictionary).
有人可以帮忙吗?
【问题讨论】:
标签: ansible yaml ansible-awx