Add missing "-a" to examples page

This commit is contained in:
Michael DeHaan
2012-03-11 21:20:30 -04:00
parent 0bccec9fb5
commit 817cac7954
5 changed files with 5 additions and 5 deletions

View File

@@ -262,7 +262,7 @@ ssh-add ~/.ssh/id_rsa</pre>
<div class="highlight-python"><pre>ansible all -m ping</pre>
</div>
<p>Now run a live command on all of your nodes:</p>
<div class="highlight-python"><pre>ansible all /bin/echo hello</pre>
<div class="highlight-python"><pre>ansible all -a "/bin/echo hello"</pre>
</div>
<p>Congratulations. You&#8217;ve just contacted your nodes with Ansible. It&#8217;s
now time to read some of the more real-world <a class="reference internal" href="examples.html"><em>Command Line Examples</em></a>, and explore