summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/roles_arg_spec/roles/b/tasks/main.yml
blob: b7e15cc0a431cf33d1b51cb4605f359db7da782e (plain)
1
2
3
4
5
6
7
8
9
---
- debug:
    msg: "Role B"
- debug:
    var: b_str
- debug:
    var: b_int
- debug:
    var: b_bool