Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
1164e834
Commit
1164e834
authored
Sep 23, 2015
by
James Cammarata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unnecessary calls to save inventory restrictions since
81bf88b6
parent
89a78ba1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
lib/ansible/vars/hostvars.py
+0
-6
No files found.
lib/ansible/vars/hostvars.py
View file @
1164e834
...
...
@@ -38,13 +38,7 @@ class HostVars(collections.Mapping):
self
.
_lookup
=
{}
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
)
inventory
.
restrict_to_hosts
(
restriction
)
# check to see if localhost is in the hosts list, as we
# may have it referenced via hostvars but if created implicitly
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment