pull/85477/merge
Brian Coca 11 hours ago committed by GitHub
commit d4c33a80a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -50,6 +50,10 @@ def _plugin_should_run(plugin, stage):
def get_vars_from_path(loader, path, entities, stage):
data = {}
if not path or path in ('.',):
return data
if vars_loader._paths is None:
# cache has been reset, reload all()
_prime_vars_loader()

Loading…
Cancel
Save