"its" => "it's" in docsite/rst/intro_adhoc.rst

Noticed this grammar error while reading through the intro and figured
I'd send a quick PR.
This commit is contained in:
Nate Eagleson 2014-12-28 21:35:30 -05:00
parent 41399dedaf
commit 20937f6fa2

View file

@ -261,7 +261,7 @@ system. These can be used to implement conditional execution of tasks but also
$ ansible all -m setup
Its also possible to filter this output to just export certain facts, see the "setup" module documentation for details.
It's also possible to filter this output to just export certain facts, see the "setup" module documentation for details.
Read more about facts at :doc:`playbooks_variables` once you're ready to read up on :doc:`Playbooks <playbooks>`.