algo/playbooks/common.yml
Jack Ivanov 4d731580b7 linting
2016-09-19 20:18:27 +03:00

5 lines
216 B
YAML

- name: Install prerequisites
raw: sudo apt-get update -qq && sudo apt-get install -qq -y python2.7
- name: Configure defaults
raw: sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1