Extranet : recréation du wsdl
This commit is contained in:
parent
1838f455c2
commit
01e4c2e31c
@ -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' }
|
Loading…
Reference in New Issue
Block a user