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
4d86bbe6
Commit
4d86bbe6
authored
Jul 10, 2014
by
James Cammarata
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8086 from dataxu/dev-fix-typo
Bug Fix - fixed the choices typo got the ec2_asg module
parents
3a6d00f8
03fc2714
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
library/cloud/ec2_asg
+1
-1
No files found.
library/cloud/ec2_asg
View file @
4d86bbe6
...
@@ -291,7 +291,7 @@ def main():
...
@@ -291,7 +291,7 @@ def main():
state
=
dict
(
default
=
'present'
,
choices
=
[
'present'
,
'absent'
]),
state
=
dict
(
default
=
'present'
,
choices
=
[
'present'
,
'absent'
]),
tags
=
dict
(
type
=
'list'
,
default
=
[]),
tags
=
dict
(
type
=
'list'
,
default
=
[]),
health_check_period
=
dict
(
type
=
'int'
,
default
=
300
),
health_check_period
=
dict
(
type
=
'int'
,
default
=
300
),
health_check_type
=
dict
(
default
=
'EC2'
,
chices
=
[
'EC2'
,
'ELB'
]),
health_check_type
=
dict
(
default
=
'EC2'
,
ch
o
ices
=
[
'EC2'
,
'ELB'
]),
)
)
)
)
module
=
AnsibleModule
(
argument_spec
=
argument_spec
)
module
=
AnsibleModule
(
argument_spec
=
argument_spec
)
...
...
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