summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/roles/roles/data/tasks/main.yml
blob: 8d85580c8252183bf671b4f452c0bd31e1f3ed08 (plain)
1
2
3
4
5
- name: ensure data was correctly defind
  assert:
    that:
      - defined_var is defined
      - defined_var == 1