be776daefe
* add static facility and apply to register * added warning * added test for templated register * test register 'static' status * rely on subshell to deal with quote context * use corrects pb for test * bring constants back cause new code in devel
8 lines
193 B
YAML
8 lines
193 B
YAML
- hosts: testhost
|
|
gather_facts: false
|
|
vars:
|
|
thisshouldwarn: noreally
|
|
tasks:
|
|
- name: template in register warns
|
|
debug: msg=unimportant
|
|
register: '{{ thisshouldwarn }}'
|