summaryrefslogtreecommitdiff
path: root/test/samples/roles/test_role/tasks/main.yml
blob: c0f2a9f041e746c3d3c6498118d6cc5ee40d3480 (plain)
1
2
3
- debug: msg="here we are in the role, foo={{foo}}"
- fail:
  when: foo != "bar"