summaryrefslogtreecommitdiff
path: root/test/integration/targets/tasks/tasks/main.yml
blob: f6ac1114d0f41f30ceb7dbc58c52c788d972ed95 (plain)
1
2
3
4
# make sure tasks with an undefined variable in the name are gracefully handled
- name: "Task name with undefined variable: {{ not_defined }}"
  debug:
    msg: Hello