Commit 9a463456 by Saleem Latif

use test dir

parent 988c77c4
......@@ -25,7 +25,8 @@
# while synchronizing we need to make sure that directory path ends with a trailing slash,
# otherwise synchronize will copy the src dir instead of the files/dirs included in the src directory
- name: synchronize theme directories
command: rsync -a {{ THEMES_CODE_DIR }}/{{ ECOMMERCE_THEMES_DIR_NAME }}/ {{ ECOMMERCE_COMPREHENSIVE_THEME_DIR }}/
command: >
rsync -a {{ THEMES_CODE_DIR }}/{{ ECOMMERCE_THEMES_DIR_NAME }}/ {{ ecommerce_code_dir }}/themes/
sudo_user: "{{ ecommerce_user }}"
when: ECOMMERCE_ENABLE_COMPREHENSIVE_THEMING and THEMES_CODE_DIR is defined
......
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