2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-24 04:59:01 +00:00
bench/playbooks/prerequisites/roles/psutil/tasks/main.yml

3 lines
58 B
YAML

---
- name: Install psutil
pip: name=psutil state=latest