Skip to content

Commit

Permalink
Update lib/ansible/vars/plugins.py
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hertel committed Jan 16, 2024
1 parent d1cca17 commit 3711be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/vars/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def _plugin_should_run(plugin, stage):

def get_vars_from_path(loader, path, entities, stage):
data = {}
if not vars_loader._paths:
if vars_loader._paths is None:
# cache has been reset, reload all()
_prime_vars_loader()

Expand Down

0 comments on commit 3711be8

Please sign in to comment.