mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-04 09:38:52 +00:00
Fix reference
This commit is contained in:
parent
f535335fe0
commit
12c3e04023
5 changed files with 5 additions and 5 deletions
|
|
@ -188,7 +188,7 @@ module looks like this:</p>
|
|||
</div>
|
||||
<div class="admonition note">
|
||||
<p class="first admonition-title">Note</p>
|
||||
<p class="last">Note that other than the <a class="reference internal" href="modules.html#command"><em>command</em></a> module, ansible modules usually do
|
||||
<p class="last">Note that other than the command <em class="xref std std-ref">modules</em>, ansible modules usually do
|
||||
not work like simple scripts. They make the remote system look like
|
||||
you state, and run the commands necessary to get it there. This
|
||||
is commonly referred to as ‘idempotence’, and is a core design goal of ansible. However, we also
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue