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
25f7391d
Commit
25f7391d
authored
Oct 28, 2013
by
Matt Hite
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed version_added and removed reference to traceback module
parent
f1a94adb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
+1
-3
library/net_infrastructure/bigip_node
+1
-3
No files found.
library/net_infrastructure/bigip_node
View file @
25f7391d
...
...
@@ -24,7 +24,7 @@ module: bigip_node
short_description: "Manages F5 BIG-IP LTM nodes"
description:
- "Manages F5 BIG-IP LTM nodes via iControl SOAP API"
version_added: "1.
3
"
version_added: "1.
4
"
author: Matt Hite
notes:
- "Requires BIG-IP software version >= 11"
...
...
@@ -145,7 +145,6 @@ except ImportError:
bigsuds_found
=
False
else
:
bigsuds_found
=
True
import
traceback
# ==========================
# bigip_node module specific
...
...
@@ -285,7 +284,6 @@ def main():
result
=
{
'changed'
:
True
}
except
Exception
,
e
:
traceback
.
print_exc
(
file
=
sys
.
stdout
)
module
.
fail_json
(
msg
=
"received exception:
%
s"
%
e
)
module
.
exit_json
(
**
result
)
...
...
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