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
6 lines
179 B
YAML
6 lines
179 B
YAML
- hosts: testhost
|
|
gather_facts: false
|
|
tasks:
|
|
- name: template in register warns, but no template should not
|
|
debug: msg=unimportant
|
|
register: thisshouldnotwarn
|