mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
cat -> echo
This commit is contained in:
@@ -204,7 +204,7 @@ $ cd ./ansible
|
||||
$ source ./hacking/env-setup</pre>
|
||||
</div>
|
||||
<p>You can optionally specify an inventory file (see doc:<cite>patterns</cite>) other than /etc/ansible/hosts:</p>
|
||||
<div class="highlight-python"><pre>$ cat "127.0.0.1" > ~/ansible_hosts
|
||||
<div class="highlight-python"><pre>$ echo "127.0.0.1" > ~/ansible_hosts
|
||||
$ export ANSIBLE_HOSTS=~/ansible_hosts</pre>
|
||||
</div>
|
||||
<p>Now let’s test things:</p>
|
||||
@@ -300,7 +300,7 @@ explore, but you already have a fully working infrastructure!</p>
|
||||
<p class="pull-right"><a href="#">Back to top</a></p>
|
||||
<p>
|
||||
© Copyright 2012 Michael DeHaan.<br/>
|
||||
Last updated on Apr 06, 2012.<br/>
|
||||
Last updated on Apr 12, 2012.<br/>
|
||||
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.8.<br/>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user