4 lines
167 B
YAML
4 lines
167 B
YAML
# make sure tasks with an undefined variable in the name are gracefully handled
|
|
- name: "Task name with undefined variable: {{ not_defined }}"
|
|
debug:
|
|
msg: Hello
|