1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Doc fixes

This commit is contained in:
Toshio Kuratomi 2016-03-18 09:05:20 -07:00 committed by Matt Clay
parent 61bdf9ee0f
commit 5b84102a15
2 changed files with 5 additions and 5 deletions

View file

@ -54,12 +54,12 @@ options:
- "A string used for filtering flavors based on the amount of RAM - "A string used for filtering flavors based on the amount of RAM
(in MB) desired. This string accepts the following special values: (in MB) desired. This string accepts the following special values:
'MIN' (return flavors with the minimum amount of RAM), and 'MAX' 'MIN' (return flavors with the minimum amount of RAM), and 'MAX'
(return flavors with the maximum amount of RAM). (return flavors with the maximum amount of RAM)."
A specific amount of RAM may also be specified. Any flavors with this - "A specific amount of RAM may also be specified. Any flavors with this
exact amount of RAM will be returned. exact amount of RAM will be returned."
A range of acceptable RAM may be given using a special syntax. Simply - "A range of acceptable RAM may be given using a special syntax. Simply
prefix the amount of RAM with one of these acceptable range values: prefix the amount of RAM with one of these acceptable range values:
'<', '>', '<=', '>='. These values represent less than, greater than, '<', '>', '<=', '>='. These values represent less than, greater than,
less than or equal to, and greater than or equal to, respectively." less than or equal to, and greater than or equal to, respectively."

View file

@ -38,7 +38,7 @@ description:
surrounded by customizable marker lines. surrounded by customizable marker lines.
notes: notes:
- This module supports check mode. - This module supports check mode.
- When using 'with_' loops be aware that if you do not set a unique mark the block will be overwritten on each iteration. - When using 'with_*' loops be aware that if you do not set a unique mark the block will be overwritten on each iteration.
options: options:
dest: dest:
aliases: [ name, destfile ] aliases: [ name, destfile ]