Skip to content
Snippets Groups Projects
Commit e3b619fc authored by qweqweasdasd's avatar qweqweasdasd
Browse files

Fix python command line

parent e62ec38b
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@
- name: import severity
set_fact:
severity_json: "{{ severity | from_json }}"
severity_json: "{{ severity.stdout | from_json }}"
- debug:
var: severity_json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment