mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove unnecessary calls to save inventory restrictions since 81bf88b
This commit is contained in:
parent
89a78ba16e
commit
1164e83477
1 changed files with 0 additions and 6 deletions
|
@ -38,13 +38,7 @@ class HostVars(collections.Mapping):
|
||||||
self._lookup = {}
|
self._lookup = {}
|
||||||
self._loader = loader
|
self._loader = loader
|
||||||
|
|
||||||
# temporarily remove the inventory filter restriction
|
|
||||||
# so we can compile the variables for all of the hosts
|
|
||||||
# in inventory
|
|
||||||
restriction = inventory._restriction
|
|
||||||
inventory.remove_restriction()
|
|
||||||
hosts = inventory.get_hosts(ignore_limits_and_restrictions=True)
|
hosts = inventory.get_hosts(ignore_limits_and_restrictions=True)
|
||||||
inventory.restrict_to_hosts(restriction)
|
|
||||||
|
|
||||||
# check to see if localhost is in the hosts list, as we
|
# check to see if localhost is in the hosts list, as we
|
||||||
# may have it referenced via hostvars but if created implicitly
|
# may have it referenced via hostvars but if created implicitly
|
||||||
|
|
Loading…
Reference in a new issue