mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add runas macosx warning in 2018.3.3 release notes
This commit is contained in:
parent
4e9e985b14
commit
757daf7d7e
1 changed files with 12 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue