0
我運行一個簡單的ansible劇本,並得到一個錯誤:錯誤簡單ansible劇本
ERROR: parse error: playbooks must be formatted as a YAML list, got type 'str'
---
- hosts: all
tasks:
- name: Get server availability by pinging it
ping:
- name: Get server hostname
command: hostname
不知道問題出在哪裏。 Ansible v1.9.6從評論
文件似乎確定。顯示你的'ansible-playbook'命令行。 –
沒有任何幻想: ansible-劇本hostname.yml庫存 –
試過'ansible-劇本-i庫存hostname.yml'? –