Revert "fix(IPsecUtil): Delete keywords no longer used"
[csit.git] / fdio.infra.ansible / roles / cleanup / tasks / main.yaml
1 ---
2 # file: tasks/main.yaml
3
4 - name: tg specific
5   include_tasks: tg.yaml
6   when: "'tg' in group_names"
7   tags:
8     - cleanup
9
10 - name: sut specific
11   include_tasks: sut.yaml
12   when: "'sut' in group_names"
13   tags:
14     - cleanup
15
16 - name: vpp_device specific
17   include_tasks: vpp_device.yaml
18   when: "'vpp_device' in group_names"
19   tags:
20     - cleanup
21
22 - name: nomad specific
23   include_tasks: nomad.yaml
24   when: "'nomad' in group_names"
25   tags:
26     - cleanup