commit | ca68f06f56fcf8c3d0c39b6222e21b8880006d84 | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Thu Oct 27 11:04:33 2016 -0700 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Thu Oct 27 11:04:33 2016 -0700 |
tree | 03407b65a259ef4cc731634288ad3ab477aae41a | |
parent | 5ec818717396ee353d6f80cc80aadab0e55c36c0 [diff] |
CORD-536 updated to support the setting of repo via vars Change-Id: I84988b634967d8be2e5a9f3a79352be5efa9c0c0
diff --git a/roles/compute-node/meta/main.yml b/roles/compute-node/meta/main.yml index 45b0e96..047a60f 100644 --- a/roles/compute-node/meta/main.yml +++ b/roles/compute-node/meta/main.yml
@@ -12,4 +12,5 @@ galaxy_tags: - cord dependencies: + - { role: local-ubuntu-repository, when: ubuntu_apt_repo is defined } - { role : docker }