有沒有標準 Ansible 模組用於操作符號連結( 的包裝mklink
)?
答案1
不。
win_command: cmd.exe /k mklink
如果您認為符號連結功能有用,您可以自己製作並提交 PR,win_file 的 powershell 程式碼如下:https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/windows/win_file.ps1
或在這裡提出建議:https://github.com/ansible/ansible/issues/new?template=feature_request.md