|
1 | 1 | ---
|
2 | 2 |
|
3 |
| -- name: Main | Include The Preliminary Tasks |
| 3 | +- name: "Main | Include The Preliminary Tasks" |
4 | 4 | tags:
|
5 | 5 | - always
|
6 | 6 | - prelim_tasks
|
7 | 7 | ansible.builtin.include_tasks:
|
8 | 8 | file: prelim.yml
|
9 | 9 |
|
10 |
| -- name: Main | Execute The Section 1 Tasks |
| 10 | +- name: "Main | Execute The Section 1 Tasks" |
11 | 11 | tags: section01
|
12 | 12 | ansible.builtin.import_tasks:
|
13 | 13 | file: section01.yml
|
14 | 14 | when: win22cis_section01
|
15 | 15 |
|
16 |
| -- name: Main | Execute The Section 2 Tasks |
| 16 | +- name: "Main | Execute The Section 2 Tasks" |
17 | 17 | tags: section02
|
18 | 18 | ansible.builtin.import_tasks:
|
19 | 19 | file: section02.yml
|
20 | 20 | when: win22cis_section02
|
21 | 21 |
|
22 |
| -- name: Main | Execute The Section 5 Tasks |
| 22 | +- name: "Main | Execute The Section 5 Tasks" |
23 | 23 | tags: section05
|
24 | 24 | ansible.builtin.import_tasks:
|
25 | 25 | file: section05.yml
|
26 | 26 | when: win22cis_section05
|
27 | 27 |
|
28 |
| -- name: Main | Execute The Section 9 Tasks |
| 28 | +- name: "Main | Execute The Section 9 Tasks" |
29 | 29 | tags: section09
|
30 | 30 | ansible.builtin.import_tasks:
|
31 | 31 | file: section09.yml
|
32 | 32 | when: win22cis_section09
|
33 | 33 |
|
34 |
| -- name: Main | Execute tThe Section 17 Tasks |
| 34 | +- name: "Main | Execute tThe Section 17 Tasks" |
35 | 35 | tags: section17
|
36 | 36 | ansible.builtin.import_tasks:
|
37 | 37 | file: section17.yml
|
38 | 38 | when: win22cis_section17
|
39 | 39 |
|
40 |
| -- name: Main | Execute The Section 18 Tasks |
| 40 | +- name: "Main | Execute The Section 18 Tasks" |
41 | 41 | tags: section18
|
42 | 42 | ansible.builtin.import_tasks:
|
43 | 43 | file: section18.yml
|
44 | 44 | when: win22cis_section18
|
45 | 45 |
|
46 |
| -- name: Main | Execute The Section 19 Tasks |
| 46 | +- name: "Main | Execute The Section 19 Tasks" |
47 | 47 | tags: section19
|
48 | 48 | ansible.builtin.import_tasks:
|
49 | 49 | file: section19.yml
|
50 | 50 | when: win22cis_section19
|
51 | 51 |
|
52 |
| -- name: Main | Run Post Tasks |
| 52 | +- name: "Main | Run Post Tasks" |
53 | 53 | tags: always
|
54 | 54 | ansible.builtin.import_tasks:
|
55 | 55 | file: post.yml
|
0 commit comments