commit | 86b64155ea524607eebe9a9534338099aadd9c51 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Wed Nov 02 09:06:53 2016 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Wed Nov 02 09:06:53 2016 -0700 |
tree | fecb7ae087bc453836de24916e7acb914d78a571 | |
parent | c7a0256c41e2e04f8f3b70d024c203dd5cd99403 [diff] |
move templates to correct directory Change-Id: Ib51ec10f995ae9a62af207d32ff047a4a75d49f0
diff --git a/roles/automation-integration/tasks/main.yml b/roles/automation-integration/tasks/main.yml index 1d2c11e..cbd37d6 100644 --- a/roles/automation-integration/tasks/main.yml +++ b/roles/automation-integration/tasks/main.yml
@@ -15,7 +15,7 @@ - name: Ensure XOS Cluster Enlist Script become: yes template: - src=files/do-enlist-compute-node + src=do-enlist-compute-node dest=/etc/maas/ansible/do-enlist-compute-node owner=maas group=maas
diff --git a/roles/automation-integration/files/do-enlist-compute-node b/roles/automation-integration/templates/do-enlist-compute-node similarity index 100% rename from roles/automation-integration/files/do-enlist-compute-node rename to roles/automation-integration/templates/do-enlist-compute-node