infra/roles/prereq/tasks/main.yml

5 lines
133 B
YAML
Raw Normal View History

---
- name: install python distutils
2018-11-06 17:21:43 +04:00
raw: /usr/bin/apt-get install -qy python-modules-distutils
when: node.platform is undefined