1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Fix octal permissions warnings in Travis CI

This commit is contained in:
Arky 2017-10-16 13:57:57 +07:00
parent f7ca2fe9a8
commit 6f0a903a5f
3 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@
dest="{{ kalite_root }}/kalite/local_settings.py"
owner={{ kalite_user }}
group={{ kalite_user }}
mode=644
mode=0644
- name: Create kalite service(s) and support scripts
template: backup=no