openqa - debug openqa_hostname for worker
this isn't working right, why not?
This commit is contained in:
parent
24d59f6f9d
commit
50359f8352
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@
|
||||||
- include: nfs-client.yml
|
- include: nfs-client.yml
|
||||||
when: openqa_hostname is defined and openqa_hostname != "localhost"
|
when: openqa_hostname is defined and openqa_hostname != "localhost"
|
||||||
|
|
||||||
|
- name: Debug openqa_hostname var
|
||||||
|
debug: var=openqa_hostname
|
||||||
|
|
||||||
- name: openQA client config
|
- name: openQA client config
|
||||||
template: src=client.conf.j2 dest=/etc/openqa/client.conf owner=_openqa-worker group=root mode=0600
|
template: src=client.conf.j2 dest=/etc/openqa/client.conf owner=_openqa-worker group=root mode=0600
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue