mirror of https://github.com/ansible/ansible.git
Test include_vars reserved variable matching (#84678)
* Add test case for include_vars * Revise test to catch erroneous warningspull/84689/head
parent
ee49adfaf4
commit
333ee8d010
@ -0,0 +1,5 @@
|
||||
- hosts: localhost
|
||||
gather_facts: no
|
||||
tasks:
|
||||
- include_vars:
|
||||
file: ../vars/set_host_variable.yml
|
||||
@ -0,0 +1 @@
|
||||
query: overwrite global Jinja2 function
|
||||
Loading…
Reference in New Issue