文件路径错误(Windows)
问题现象
日志信息提示“"stderr": "Remove-Item : A positional parameter cannot be found that accepts argument 'est\r\n1'.”。
原因分析
删除文件任务步骤底层使用ansible,在使用Windows路径时,需要使用正斜杠“/”而不是常见的反斜杠“\” 。
处理方法
检查输入的删除路径,如果是Windows路径,确保使用的是正斜杠“/”。
检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
日志信息提示“"stderr": "Remove-Item : A positional parameter cannot be found that accepts argument 'est\r\n1'.”。
删除文件任务步骤底层使用ansible,在使用Windows路径时,需要使用正斜杠“/”而不是常见的反斜杠“\” 。
检查输入的删除路径,如果是Windows路径,确保使用的是正斜杠“/”。