Force the test output directory to be writeable by hand

This commit is contained in:
Buster Silver 2017-05-17 21:11:36 -05:00
parent 46805c9b81
commit 0d2e3efad1
1 changed files with 4 additions and 1 deletions

View File

@ -30,4 +30,7 @@
- "{{ app_base }}/servers"
- "{{ app_base }}/servers/shoutcast2"
- "{{ app_base }}/servers/icecast2"
- "{{ app_base }}/.opam"
- name: Make Test Directory Writeable
file: path="{{ www_base }}/tests/_output" state=directory owner=azuracast group=www-data mode=0777
when: testing_mode|bool == true