【发布时间】:2020-04-17 07:41:27
【问题描述】:
我升级到 Python 3.5 并且 Ansible 部署开始失败,不确定它们是否相关,但这里是信息:
Ansible 版本:2.3.2
yaml文件:
- name: Collect compiled DLLs for publishing
win_copy:
src: '{{ download_dir }}/tmp/xxxx/bin/Release/PublishOutput/bin/'
dest: '{{ work_dir }}\bin'
错误:
{
"failed": true,
"msg": "Unexpected failure during module execution.",
"stdout": ""
}
【问题讨论】:
标签: deployment ansible ansible-2.x