我无法通过缺少文件的命令从远程计算机删除文件-
- name: Removing existing export file with same name
file:
path: '/path/{{ item.Export_FileName }} '
state: absent
delegate_to: remote_server
with_items: "{{ my_items.array }}
命令成功运行但未删除文件
答案 0 :(得分:0)
文件名后的路径中有空格