有没有标准 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