add runas macosx warning in 2018.3.3 release notes

This commit is contained in:
Ch3LL 2018-08-07 15:49:26 -04:00
parent 4e9e985b14
commit 757daf7d7e
No known key found for this signature in database
GPG Key ID: 132B55A7C13EFA73

View File

@ -31,3 +31,15 @@ renderer. For example:
foo:
bar.baz:
- some_arg: {{ mydict|tojson }}
MacOSX escape characters with runas
===================================
You are now required to escape quotes when using the runas argument with the
cmd module on macosx.
Example:
.. code-block:: bash
cmd.run 'echo '\''h=\"baz\"'\''' runas=macuser