ansible_xdata/roles/game_pytho38/tasks/install_pkg.yml
2021-01-19 10:27:34 +08:00

7 lines
87 B
YAML

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