Fix for Hash Sum mismatch during Ubuntu | Install prerequisites

This commit is contained in:
Dhakchianandan 2017-07-22 22:01:48 +05:30
parent 0a1d64e629
commit efa92ed77b

View file

@ -1,7 +1,7 @@
---
- name: Ubuntu | Install prerequisites
raw: sleep 10 && sudo apt-get update -qq && sudo apt-get install -qq -y python2.7
raw: sleep 10 && sudo rm -rf /var/lib/apt/lists/* && sudo apt-get clean && sudo apt-get update -qq && sudo apt-get install -qq -y python2.7
- name: Ubuntu | Configure defaults
raw: sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1