mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Make shell quoting rules explanation a bit clearer
I personally got confused by the use of 'vs' in the explanation. Maybe this explains it better?
This commit is contained in:
parent
f4172fb9da
commit
5913227d9f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue