遵循我从 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).
有人可以帮忙吗?