algo/playbooks/common.yml

8 lines
262 B
YAML
Raw Normal View History

2016-08-28 20:04:59 +00:00
- name: Install prerequisites
2016-12-12 15:13:58 +00:00
raw: sleep 10 && sudo apt-get update -qq && sudo apt-get install -qq -y python2.7
2016-09-19 17:18:27 +00:00
2016-08-28 20:04:59 +00:00
- name: Configure defaults
raw: sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1
2016-12-12 15:04:51 +00:00
tags:
- update-alternatives