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:
parent
f7ca2fe9a8
commit
6f0a903a5f
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue