ansible/test/integration/targets/tasks/tasks/main.yml
2020-04-16 00:53:08 -07:00

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