add line number to output
This commit is contained in:
parent
8e3134179b
commit
21815d7ee1
2
venv.yml
2
venv.yml
@ -100,6 +100,7 @@
|
|||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg:
|
msg:
|
||||||
- "File: {{ item['location']['path'] }}"
|
- "File: {{ item['location']['path'] }}"
|
||||||
|
- "Line Number: {{ item['location']['lines']['begin'] }}"
|
||||||
- "Level: {{ item['level'] }}"
|
- "Level: {{ item['level'] }}"
|
||||||
- "Severity: {{ item['severity'] }}"
|
- "Severity: {{ item['severity'] }}"
|
||||||
- "Description: {{ item['description'] }}"
|
- "Description: {{ item['description'] }}"
|
||||||
@ -112,6 +113,7 @@
|
|||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg:
|
msg:
|
||||||
- "File: {{ item['location']['path'] }}"
|
- "File: {{ item['location']['path'] }}"
|
||||||
|
- "Line Number: {{ item['location']['lines']['begin'] }}"
|
||||||
- "Level: {{ item['level'] }}"
|
- "Level: {{ item['level'] }}"
|
||||||
- "Severity: {{ item['severity'] }}"
|
- "Severity: {{ item['severity'] }}"
|
||||||
- "Description: {{ item['description'] }}"
|
- "Description: {{ item['description'] }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user