Modify instances of the use of the word idempotence to be correct. (#18704)

Idempotence has a very specific meaning and it is generally not used correctly
in the manual. My attention was first drawn to this problem by the incorrect
definition in the glossary, but on further reading of the docs I found that
the problem occurred in a number of places.

Signed-off-by: mulhern <amulhern@redhat.com>
This commit is contained in:
mulkieran
2016-12-01 17:32:55 -05:00
committed by scottb
parent d2af88ba8a
commit 1fae3aecc7
7 changed files with 45 additions and 36 deletions

View File

@@ -7,7 +7,7 @@ Introduction
````````````
The purpose of this section is to explain how to put Ansible modules together to use Ansible in a CloudStack context. You will find more usage examples in the details section of each module.
Ansible contains a number of extra modules for interacting with CloudStack based clouds. All modules support check mode and are designed to use idempotence and have been created, tested and are maintained by the community.
Ansible contains a number of extra modules for interacting with CloudStack based clouds. All modules support check mode, are designed to be idempotent, have been created and tested, and are maintained by the community.
.. note:: Some of the modules will require domain admin or root admin privileges.