summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/var_precedence/roles/test_var_precedence_inven_override/tasks/main.yml
blob: 942ae4ec05e88826def1d4c6e941502e69ff0145 (plain)
1
2
3
4
5
---
- debug: var=foo
- assert:
    that:
    - 'foo == "bar"'