openqa: don't check ownership of client config
It gets ping-ponged around depending on whether the host is a worker as well or not, if we check it here, it gets changed to root then right back to _openqa-worker when the worker play runs.
This commit is contained in:
parent
b86fcfc054
commit
fb42855ea6
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@
|
|||
when: services|changed
|
||||
|
||||
- name: openQA client config
|
||||
template: src=client.conf.j2 dest=/etc/openqa/client.conf owner=root group=root mode=0600
|
||||
template: src=client.conf.j2 dest=/etc/openqa/client.conf mode=0600
|
||||
tags:
|
||||
- config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue