mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #44608 from Ch3LL/ssh_jinja
Add jinja to ssh sls test file
This commit is contained in:
commit
f2f6817e86
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
{% set jinja = 'test' %}
|
||||
ssh-file-test:
|
||||
file.managed:
|
||||
- name: /tmp/test
|
||||
- name: /tmp/{{ jinja }}
|
||||
- contents: 'test'
|
||||
|
|
Loading…
Add table
Reference in a new issue