forked from saratov/infra
7 lines
159 B
YAML
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\)'
|