mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
13 lines
117 B
Plaintext
13 lines
117 B
Plaintext
{{ mode }}
|
|
/usr/bin/dummy
|
|
|
|
{% if with_alternatives %}
|
|
/usr/bin/dummy1
|
|
40
|
|
/usr/bin/dummy2
|
|
30
|
|
|
|
{% else %}
|
|
|
|
{% endif %}
|