openqa - debug openqa_hostname for worker

this isn't working right, why not?
This commit is contained in:
Adam Williamson 2015-11-18 19:07:42 -08:00
parent 24d59f6f9d
commit 50359f8352

View file

@ -30,6 +30,9 @@
- include: nfs-client.yml
when: openqa_hostname is defined and openqa_hostname != "localhost"
- name: Debug openqa_hostname var
debug: var=openqa_hostname
- name: openQA client config
template: src=client.conf.j2 dest=/etc/openqa/client.conf owner=_openqa-worker group=root mode=0600
tags: