summaryrefslogtreecommitdiff
path: root/cloud/lxd
diff options
context:
space:
mode:
authorHiroaki Nakamura <hnakamur@gmail.com>2016-05-12 20:52:16 +0900
committerHiroaki Nakamura <hnakamur@gmail.com>2016-06-26 08:57:31 +0900
commited47f5759879c4ef6434ff9cd219df21fc05cb25 (patch)
tree4de1a68cbf501c3e260006f9a2983f15fd172f0d /cloud/lxd
parent3e8fa8ef829dde4f379d28751059f797751e5014 (diff)
downloadansible-modules-extras-ed47f5759879c4ef6434ff9cd219df21fc05cb25.tar.gz
Fix English in documentation
Diffstat (limited to 'cloud/lxd')
-rw-r--r--cloud/lxd/lxd_container.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/cloud/lxd/lxd_container.py b/cloud/lxd/lxd_container.py
index 8754b6f6..f5fcb2bc 100644
--- a/cloud/lxd/lxd_container.py
+++ b/cloud/lxd/lxd_container.py
@@ -34,9 +34,9 @@ options:
required: true
config:
description:
- - a config dictionary for creating a container.
+ - A config dictionary for creating a container.
See https://github.com/lxc/lxd/blob/master/doc/rest-api.md#post-1
- - required when the container is not created yet and the state is
+ - Required when the container is not created yet and the state is
not absent.
required: false
state:
@@ -52,9 +52,9 @@ options:
default: started
timeout_for_addresses:
description:
- - a timeout of waiting for IPv4 addresses are set to the all network
+ - A timeout of waiting for IPv4 addresses are set to the all network
interfaces in the container after starting or restarting.
- - if this values is equal to or less than 0, ansible does not
+ - If this value is equal to or less than 0, Ansible does not
wait for IPv4 addresses.
required: false
default: 0