mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
{# This syntax should be equivalent to salt['test.ping']() #}
|
|
{% set is_true = salt.test.ping() %}
|
|
|
|
always-passes:
|
|
test.succeed_without_changes:
|
|
- name: is_true_{{ is_true }}
|