Extranet : recréation du wsdl

This commit is contained in:
Michael RICOIS 2017-03-23 20:41:02 +01:00
parent 1838f455c2
commit 01e4c2e31c

View File

@ -6,5 +6,11 @@
- name: EXTRANET | Cleanup
become: yes
file: path="{{ansistrano_shared_path}}/{{item.src}}" state=absent
with_items:
- { src: 'wsdl' }
- name: EXTRANET | Project shared directories
become: yes
file: path="{{ansistrano_shared_path}}/{{item.src}}" state=directory recurse=yes owner=www-data group=www-data
with_items:
- { src: 'wsdl' }