Commit be2a8b02 by Kevin Falcone

Merge pull request #2854 from edx/jibsheet/copy-paver-autocomplete

copy rather than template this file
parents b8823e22 2fbd1280
......@@ -60,9 +60,11 @@
# Create scripts to add paver autocomplete
- name: add paver autocomplete
template:
src=paver_autocomplete dest={{ item.home }}/.paver_autocomplete
owner={{ item.user }} mode=755
copy:
src: paver_autocomplete
dest: "{{ item.home }}/.paver_autocomplete"
owner: "{{ item.user }}"
mode: 0755
with_items: localdev_accounts
when: item.user != 'None'
ignore_errors: yes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment