openqa: we want openqa_hostname as a role *default* variable

it seems variables in vars/main.yml are 'role variables' with
a high precedence, while variables in defaults/main.yml are
'role default variables' with a low precedence. This could be
made a hell of a lot clearer in the docs.
This commit is contained in:
Adam Williamson 2015-11-18 19:13:30 -08:00
parent 50359f8352
commit 88eeff60af
3 changed files with 0 additions and 3 deletions

View file

@ -30,9 +30,6 @@
- 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: