commit | f11d1ed0b94203789b287c03db347edd529d125b | [log] [tgz] |
---|---|---|
author | Rouzbahan Rashidi-Tabrizi <rrashidi@ciena.com> | Fri Jan 27 11:58:57 2017 -0500 |
committer | Zsolt Haraszti <zharaszt@ciena.com> | Mon Jan 30 18:07:46 2017 -0800 |
tree | 51df10a9f7296cda887ec32ce0d28ffe833a8d73 | |
parent | ffabb41ab6f9eaa88d44fa1efc7f1574b8cd30ad [diff] |
Required changes for the voltha base image to get it to work Change-Id: I582665904da499dcbfbcd95ca7fb8d77053b8478
diff --git a/ansible/scripts/bootstrap_ansible.sh b/ansible/scripts/bootstrap_ansible.sh index 7602afa..183ac4a 100755 --- a/ansible/scripts/bootstrap_ansible.sh +++ b/ansible/scripts/bootstrap_ansible.sh
@@ -18,6 +18,7 @@ set -e echo "Installing Ansible..." +rm /var/lib/dpkg/lock apt-get install -y software-properties-common apt-add-repository ppa:ansible/ansible apt-get update