mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge branch 'vars_files-list-no-default' of git://github.com/dhozac/ansible into devel
This commit is contained in:
commit
f9a6265fb2
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ class Play(object):
|
||||||
self.playbook.callbacks.on_not_import_for_host(host, filename4)
|
self.playbook.callbacks.on_not_import_for_host(host, filename4)
|
||||||
if found:
|
if found:
|
||||||
break
|
break
|
||||||
if not found:
|
if not found and host is not None:
|
||||||
raise errors.AnsibleError(
|
raise errors.AnsibleError(
|
||||||
"%s: FATAL, no files matched for vars_files import sequence: %s" % (host, sequence)
|
"%s: FATAL, no files matched for vars_files import sequence: %s" % (host, sequence)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue