openqa-server: make openqa.ini world-readable
there's really no reason for this to be restricted, it doesn't contain anything sensitive.
This commit is contained in:
parent
b67e8d2fd1
commit
a169937853
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@
|
|||
- config
|
||||
|
||||
- name: OpenQA config
|
||||
template: src=openqa.ini.j2 dest=/etc/openqa/openqa.ini owner=geekotest group=root mode=0640
|
||||
template: src=openqa.ini.j2 dest=/etc/openqa/openqa.ini owner=geekotest group=root mode=0644
|
||||
tags:
|
||||
- config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue