From 5b84102a1585d76b8d347ed7fbce3ee21b7df7e5 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Fri, 18 Mar 2016 09:05:20 -0700 Subject: [PATCH] Doc fixes --- .../modules/extras/cloud/openstack/os_flavor_facts.py | 8 ++++---- lib/ansible/modules/extras/files/blockinfile.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/ansible/modules/extras/cloud/openstack/os_flavor_facts.py b/lib/ansible/modules/extras/cloud/openstack/os_flavor_facts.py index e4c65f8ff2..3795abd08d 100644 --- a/lib/ansible/modules/extras/cloud/openstack/os_flavor_facts.py +++ b/lib/ansible/modules/extras/cloud/openstack/os_flavor_facts.py @@ -54,12 +54,12 @@ options: - "A string used for filtering flavors based on the amount of RAM (in MB) desired. This string accepts the following special values: '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 - exact amount of RAM will be returned. + - "A specific amount of RAM may also be specified. Any flavors with this + 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: '<', '>', '<=', '>='. These values represent less than, greater than, less than or equal to, and greater than or equal to, respectively." diff --git a/lib/ansible/modules/extras/files/blockinfile.py b/lib/ansible/modules/extras/files/blockinfile.py index c2e449b2ed..8e54ae50ff 100644 --- a/lib/ansible/modules/extras/files/blockinfile.py +++ b/lib/ansible/modules/extras/files/blockinfile.py @@ -38,7 +38,7 @@ description: surrounded by customizable marker lines. notes: - 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: dest: aliases: [ name, destfile ]