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
86adb60a
Commit
86adb60a
authored
Mar 11, 2014
by
Richard C Isaacson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bulk update of choices=BOOLEANS to type='bool'
parent
f1301f6f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
library/cloud/rax
+3
-3
No files found.
library/cloud/rax
View file @
86adb60a
...
...
@@ -642,11 +642,11 @@ def main():
argument_spec
=
rax_argument_spec
()
argument_spec
.
update
(
dict
(
auto_increment
=
dict
(
choices
=
BOOLEANS
,
default
=
True
,
type
=
'bool'
),
auto_increment
=
dict
(
default
=
True
,
type
=
'bool'
),
count
=
dict
(
default
=
1
,
type
=
'int'
),
count_offset
=
dict
(
default
=
1
,
type
=
'int'
),
disk_config
=
dict
(
choices
=
[
'auto'
,
'manual'
]),
exact_count
=
dict
(
choices
=
BOOLEANS
,
default
=
False
,
type
=
'bool'
),
exact_count
=
dict
(
default
=
False
,
type
=
'bool'
),
files
=
dict
(
type
=
'dict'
,
default
=
{}),
flavor
=
dict
(),
group
=
dict
(),
...
...
@@ -658,7 +658,7 @@ def main():
networks
=
dict
(
type
=
'list'
,
default
=
[
'public'
,
'private'
]),
service
=
dict
(),
state
=
dict
(
default
=
'present'
,
choices
=
[
'present'
,
'absent'
]),
wait
=
dict
(
choices
=
BOOLEANS
,
default
=
False
,
type
=
'bool'
),
wait
=
dict
(
default
=
False
,
type
=
'bool'
),
wait_timeout
=
dict
(
default
=
300
),
)
)
...
...
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