Extranet : fix 'ansistrano_release_path' is undefined
This commit is contained in:
parent
7dab02ba89
commit
b5359f2657
@ -1,4 +1,13 @@
|
||||
---
|
||||
- name: EXTRANET | Create Symlink
|
||||
become: yes
|
||||
file: src={{item.src}} dest={{item.dest}} state=link force=yes
|
||||
with_items:
|
||||
- { src: "{{ansistrano_shared_path}}/persist/logos", dest: "{{ansistrano_shared_path}}/pages/file/image/logo/q" }
|
||||
- { src: "{{ansistrano_shared_path}}/pages/imgcache", dest: "{{ansistrano_shared_path}}pages/file/image/cache/q" }
|
||||
- { src: "{{ansistrano_shared_path}}/persist/streetview", dest: "{{ansistrano_shared_path}}/pages/file/streetview/img/q" }
|
||||
- { src: "{{ansistrano_release_path.stdout}}/public/themes", dest: "{{ansistrano_shared_path}}/pages/themes" }
|
||||
|
||||
- name: EXTRANET | Configure
|
||||
become: yes
|
||||
copy: src="./config/application.{{project_env}}.ini" dest="{{ansistrano_release_path.stdout}}/application/configs/application.ini"
|
||||
|
@ -30,13 +30,4 @@
|
||||
- { src: 'sessions' }
|
||||
- { src: 'wsdl' }
|
||||
|
||||
- name: EXTRANET | Create Symlink
|
||||
become: yes
|
||||
file: src={{item.src}} dest={{item.dest}} state=link force=yes
|
||||
with_items:
|
||||
- { src: "{{ansistrano_shared_path}}/persist/logos", dest: "{{ansistrano_shared_path}}/pages/file/image/logo/q" }
|
||||
- { src: "{{ansistrano_shared_path}}/pages/imgcache", dest: "{{ansistrano_shared_path}}pages/file/image/cache/q" }
|
||||
- { src: "{{ansistrano_shared_path}}/persist/streetview", dest: "{{ansistrano_shared_path}}/pages/file/streetview/img/q" }
|
||||
- { src: "{{ansistrano_release_path.stdout}}/public/themes", dest: "{{ansistrano_shared_path}}/pages/themes" }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user