1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
This commit is contained in:
Michael DeHaan 2012-08-09 22:13:24 -04:00
parent b721176bdd
commit ce9401beda
3 changed files with 3 additions and 3 deletions

View file

@ -572,7 +572,7 @@ JSON data that can be useful for inventory purposes.</p>
<p>Playbooks do not actually use this module, they use the <a class="reference internal" href="#setup"><em>setup</em></a>
module behind the scenes.</p>
<p>Example from /usr/bin/ansible:</p>
<div class="highlight-python"><pre>ansible foo.example.org -m ohai</pre>
<div class="highlight-python"><pre>ansible foo.example.org -m facter</pre>
</div>
</div>
<div class="section" id="fetch">

View file

@ -253,7 +253,7 @@ module behind the scenes.
Example from /usr/bin/ansible::
ansible foo.example.org -m ohai
ansible foo.example.org -m facter
.. _fetch:

File diff suppressed because one or more lines are too long