Extranet : Suppression des liens symboliques

This commit is contained in:
Michael RICOIS 2017-03-07 16:51:34 +01:00
parent 108274f419
commit 25c7c2bdf3

View File

@ -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" }