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:
Adam Williamson 2015-12-05 11:29:28 -08:00
parent b67e8d2fd1
commit a169937853

View file

@ -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