1.現象
こちらのコマンドを実行すると...
ansible-playbook test-ansible.yml
このようなエラーが返ります。
ERROR! Syntax Error while loading YAML.
did not find expected '-' indicator
The error appears to be in '/etc/ansible/test-ansible.yml': line 2, column 1, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- hosts: test
connection: local
^ here
"connection"というキーワードが原因ではなく、Line 2、Column 1に該当する文字列は、例外なく、このSyntax Errorが発生します。
2.ymlファイルの中身
- hosts: test connection: local tasks: - name: Ensure 7-Zip is installed via Chocolatey win_chocolatey: name: 7zip state: present
3.環境・バージョン情報
・ansible-2.9.5-1.el8.noarch
・CenOS8
・Windows10Pro
4.やりたいこと
AnsibleとChocolateyモジュールで、Windows10に7-Zipを自動インストールしたい
よろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/04/14 10:02