mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
add runas macosx warning in 2018.3.3 release notes
This commit is contained in:
parent
4e9e985b14
commit
757daf7d7e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user