infra/roles/prereq/tasks/main.yml
2018-11-06 17:47:36 +04:00

7 lines
157 B
YAML

---
- name: update packages list
raw: /usr/bin/apt-get update
- name: install python distutils
raw: '/usr/bin/apt-get install -qy python2.7(distutils)'