mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #43862 from dwiest/patch-1
Fixed Jinja typo in faq.rst
This commit is contained in:
commit
8a1ae5c465
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ The following example works on UNIX-like operating systems:
|
|||
|
||||
.. code-block:: jinja
|
||||
|
||||
{%- if grains['os'] != 'Windows' %
|
||||
{%- if grains['os'] != 'Windows' %}
|
||||
Restart Salt Minion:
|
||||
cmd.run:
|
||||
- name: 'salt-call --local service.restart salt-minion'
|
||||
|
|
Loading…
Add table
Reference in a new issue