Extranet : Suppression des liens symboliques
This commit is contained in:
parent
108274f419
commit
25c7c2bdf3
@ -29,5 +29,12 @@
|
||||
- { src: 'pages/imgcache' }
|
||||
- { src: 'sessions' }
|
||||
- { src: 'wsdl' }
|
||||
|
||||
|
||||
|
||||
- name: EXTRANET | Pre Cleanup
|
||||
become: yes
|
||||
file: path="{{ansistrano_shared_path}}/{{item.src}}" state=absent
|
||||
with_items:
|
||||
- { src: "{{ansistrano_shared_path}}/pages/file/image/logo/q" }
|
||||
- { src: "{{ansistrano_shared_path}}/pages/file/image/cache/q" }
|
||||
- { src: "{{ansistrano_shared_path}}/pages/file/streetview/img/q" }
|
||||
- { src: "{{ansistrano_shared_path}}/pages/themes" }
|
Loading…
Reference in New Issue
Block a user