mirror of https://github.com/ansible/ansible.git
register: fail when invalid var name is specified (#56456)
parent
11c63d6c1e
commit
c6b40f4d40
@ -1,8 +0,0 @@
|
|||||||
- hosts: testhost
|
|
||||||
gather_facts: false
|
|
||||||
vars:
|
|
||||||
thisshouldwarn: noreally
|
|
||||||
tasks:
|
|
||||||
- name: template in register warns
|
|
||||||
debug: msg=unimportant
|
|
||||||
register: '{{ thisshouldwarn }}'
|
|
||||||
Loading…
Reference in New Issue