commit | 77a516a9ab3e7364ad2aea511ea78974baa9b654 | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Thu Oct 27 10:57:57 2016 -0700 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Thu Oct 27 12:47:44 2016 -0700 |
tree | 3ce371f1a89851696191d371cc780f60daaa36fd | |
parent | e003c8989e2499f3b70fed4b1abb55959ab85241 [diff] |
CORD-536 updated to support the setting of repo via vars Change-Id: If8b6a23fd48b2050f3dc64d55427da150268d5cb
diff --git a/roles/create-vms/files/docker-install-playbook.yml b/roles/create-vms/files/docker-install-playbook.yml index 032d886..484f196 100644 --- a/roles/create-vms/files/docker-install-playbook.yml +++ b/roles/create-vms/files/docker-install-playbook.yml
@@ -25,7 +25,7 @@ - name: Add docker apt repo apt_repository: - repo="deb https://apt.dockerproject.org/repo ubuntu-trusty main" + repo: "{{ docker_apt_repo | default('deb https://apt.dockerproject.org/repo ubuntu-trusty main') }}" - name: Install docker apt: