ansible_xdata/roles/python/tasks/install_pkg.yml
2020-12-08 23:10:25 +08:00

7 lines
87 B
YAML

---
- name: 安装pymongo
shell:
chdir: ~
cmd: pip3 install pymongo==3.11.1