infra/roles/prereq/tasks/main.yml

7 lines
159 B
YAML
Raw Normal View History

---
2018-11-06 16:37:40 +03:00
- name: update packages list
raw: /usr/bin/apt-get update
- name: install python distutils
2018-11-06 16:50:39 +03:00
raw: '/usr/bin/apt-get install -qy python2.7\(distutils\)'