mirror of https://github.com/ansible/ansible.git
Allow undefined var errors to bubble up when templating vars_files in certain conditions
Follow up to 8769f03c
, which allows the undefined var error to be raised
if we're getting vars with a full context (play/host/task) and the host
has already gathered facts. In this way, vars_files containing variables
that fail to be templated are not silently ignored.
pull/12457/head
parent
f96255f7fd
commit
cb7060c9fe
Loading…
Reference in New Issue