This commit is contained in:
Jack Ivanov 2016-12-12 18:13:58 +03:00
parent abafe1581c
commit d558781473

View file

@ -1,5 +1,5 @@
- name: Install prerequisites
raw: sudo apt-get update -qq && sudo apt-get install -qq -y python2.7
raw: sleep 10 && 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