commit | 8651e35f2b026a8472dfc421f8838633500807a6 | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Fri Aug 26 11:11:19 2016 -0700 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Fri Aug 26 11:11:19 2016 -0700 |
tree | fb6be6bde279f8e40a07a5b49dfb5b0749b0e07a | |
parent | 2e76f122660da12e5fdad5d58be52d9d4fe871c3 [diff] |
apparently for vars to be import you have to have the user as ubuntuw Change-Id: I05ce9013f77bd6a55f9498c501b79c33381d1103
diff --git a/roles/head-node/files/compute-node.yml b/roles/head-node/files/compute-node.yml index 94aac38..ba2bd24 100644 --- a/roles/head-node/files/compute-node.yml +++ b/roles/head-node/files/compute-node.yml
@@ -1,6 +1,7 @@ --- - name: Include vars hosts: all + remote_user: ubuntu tasks: - include_vars: vars/compute-node.yml