Fix reference

This commit is contained in:
Michael DeHaan
2012-03-31 10:51:48 -04:00
parent f535335fe0
commit 12c3e04023
5 changed files with 5 additions and 5 deletions

View File

@@ -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 &#8216;idempotence&#8217;, and is a core design goal of ansible. However, we also