mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user