Commit eae6005a by Brian Coca

Merge pull request #10762 from kevgathuku/patch-1

[Docs] Make shell quoting rules explanation a bit clearer
parents f4172fb9 5913227d
......@@ -108,7 +108,7 @@ Using the :ref:`shell` module looks like this::
When running any command with the Ansible *ad hoc* CLI (as opposed to
:doc:`Playbooks <playbooks>`), pay particular attention to shell quoting rules, so
the local shell doesn't eat a variable before it gets passed to Ansible.
For example, using double vs single quotes in the above example would
For example, using double rather than single quotes in the above example would
evaluate the variable on the box you were on.
So far we've been demoing simple command execution, but most Ansible modules usually do not work like
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment