From 8d511d6bc15cf65c7867054a6dc626e551fdd547 Mon Sep 17 00:00:00 2001 From: Hiroaki Nakamura Date: Thu, 12 May 2016 20:52:16 +0900 Subject: [PATCH] Fix English in documentation --- lib/ansible/modules/extras/cloud/lxd/lxd_container.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ansible/modules/extras/cloud/lxd/lxd_container.py b/lib/ansible/modules/extras/cloud/lxd/lxd_container.py index 8754b6f6eec..f5fcb2bcb94 100644 --- a/lib/ansible/modules/extras/cloud/lxd/lxd_container.py +++ b/lib/ansible/modules/extras/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