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
9c42a4cc
Commit
9c42a4cc
authored
9 years ago
by
James Cammarata
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12595 from amenonsen/fixups-1
Remove mysterious old cruft
parents
775486c9
49b35ad5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
lib/ansible/plugins/lookup/nested.py
+0
-2
No files found.
lib/ansible/plugins/lookup/nested.py
View file @
9c42a4cc
...
...
@@ -26,8 +26,6 @@ from ansible.utils.listify import listify_lookup_plugin_terms
class
LookupModule
(
LookupBase
):
def
_lookup_variables
(
self
,
terms
,
variables
):
foo
=
variables
.
copy
()
foo
.
pop
(
'vars'
,
None
)
results
=
[]
for
x
in
terms
:
try
:
...
...
This diff is collapsed.
Click to expand it.
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