commit | 7b90cb8205c6f65100e7105ab50398141a3403e8 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@onlab.us> | Thu Jun 22 10:33:00 2017 -0400 |
committer | Andy Bavier <andy@onlab.us> | Tue Jun 27 10:15:30 2017 -0700 |
tree | 0e3edbc41770c72c3faf6ac66f342edae823a7a1 | |
parent | 6ccbed2bc5395f95783dc38c96e0949686d49d34 [diff] |
CORD-1394 Unify build environment paths Change-Id: I433d5ae95c9cc540d5586da5ca55b889d8fb1f81
diff --git a/roles/copy-profile/tasks/main.yml b/roles/copy-profile/tasks/main.yml index 3434c27..c206a3f 100644 --- a/roles/copy-profile/tasks/main.yml +++ b/roles/copy-profile/tasks/main.yml
@@ -3,7 +3,7 @@ - name: Copy (sync) the cord_profile directory structure to head node synchronize: - src: "{{ hostvars[groups['config'][0]]['config_cord_profile_dir'] }}/" + src: "{{ config_cord_profile_dir }}/" dest: "{{ head_cord_profile_dir }}/" delete: yes