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] [blame] |
CORD-536 updated to support the setting of repo via vars Change-Id: I84988b634967d8be2e5a9f3a79352be5efa9c0c0
diff --git a/roles/head-node/tasks/main.yml b/roles/head-node/tasks/main.yml index f85c86e..a6409ef 100644 --- a/roles/head-node/tasks/main.yml +++ b/roles/head-node/tasks/main.yml
@@ -81,7 +81,7 @@ - name: Ensure Compute and Switch Node Variables become: yes template: - src=files/compute-node-vars.yml + src=files/compute-node-vars.yml.j2 dest=/etc/maas/ansible/vars/compute-node-vars.yml owner=maas group=maas