summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/includes/roles/test_includes/tasks/included_task1.yml
blob: 6f4c048091b29ae10d0cb2c5d2833d1c4ae4e860 (plain)
1
2
3
4
5
6
7
8
9
- set_fact:
    ca: "{{ a }}"
- debug: var=ca
- set_fact:
    cb: "{{b}}"
- debug: var=cb
- set_fact:
    cc: "{{ c }}"
- debug: var=cc