commit | 17248c0411ed3a6350ad227dee163906174f0674 | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Mon Aug 29 17:04:34 2016 -0700 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Mon Aug 29 17:04:34 2016 -0700 |
tree | 57c6153032679b36ed1f3d6bd9f8406f69623c7a | |
parent | 462f625cb7808240711e89c950c4a9d8a60aaf27 [diff] [blame] |
CORD-391 - cleaned up ansible to pass cleanly through ansible-lint Change-Id: I90284704255edc19abbdb239852c520a4bf48df4
diff --git a/roles/head-node/files/compute-node.yml b/roles/head-node/files/compute-node.yml index ba2bd24..b8eb496 100644 --- a/roles/head-node/files/compute-node.yml +++ b/roles/head-node/files/compute-node.yml
@@ -3,7 +3,8 @@ hosts: all remote_user: ubuntu tasks: - - include_vars: vars/compute-node.yml + - name: Include variables + include_vars: vars/compute-node.yml - name: Configure compute hosts to use DNS server hosts: all