0
在Windows下面的步驟失敗在使用中複製文件,如果文件正在使用中:Ansible獲取失敗從Windows
- name: copy MyLog.log
fetch:
src: "C:\\MyLog.log"
dest: "{{ agent_log_dir }}"
flat: yes
validate_checksum: no
ERROR
The process cannot access the file 'C:\\MyLog.log' because it is
being used by \r\nanother process.\"\"\r\nAt li
什麼是應對的最佳方法這個問題?
鑑於它在寫入日誌的應用程序未運行時工作,我不認爲這是問題所在。 –