mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-10 13:45:57 +00:00
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:
parent
d2af88ba8a
commit
1fae3aecc7
7 changed files with 45 additions and 36 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue