我尝试使用subversion
模块报告:它是一个文件而不是目录。
然后我使用了command
模块
svn cat ip/build.xml --username admin --password 1234
工作正常。
在ansible中有没有其他方式来执行此
答案 0 :(得分:3)
这应该是svn export
文件:
- name: svn export file
subversion:
export: yes
repo: https://svn.eionet.europa.eu/repositories/airquality/PP_Command.py
dest: /tmp/PP_Command.py
答案 1 :(得分:0)
下面的ansible脚本显示了如何使用subversion导出文件。
- subversion:
repo: svn+ssh://an.example.org/path/to/repo
dest: /src/export