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

7 lines
159 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\)'