mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix typo
This commit is contained in:
parent
b721176bdd
commit
ce9401beda
3 changed files with 3 additions and 3 deletions
|
@ -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>
|
<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>
|
module behind the scenes.</p>
|
||||||
<p>Example from /usr/bin/ansible:</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>
|
</div>
|
||||||
<div class="section" id="fetch">
|
<div class="section" id="fetch">
|
||||||
|
|
|
@ -253,7 +253,7 @@ module behind the scenes.
|
||||||
|
|
||||||
Example from /usr/bin/ansible::
|
Example from /usr/bin/ansible::
|
||||||
|
|
||||||
ansible foo.example.org -m ohai
|
ansible foo.example.org -m facter
|
||||||
|
|
||||||
.. _fetch:
|
.. _fetch:
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue