Update OKK generation
Change-Id: Ic9287e81d100e5b3db4c871626d4481ef4f992a5
diff --git a/generate-okk-vc.yml b/generate-okk-vc.yml
index 6271f7d..bd39984 100644
--- a/generate-okk-vc.yml
+++ b/generate-okk-vc.yml
@@ -22,7 +22,7 @@
- name: Convert result to KoralQuery
ansible.builtin.command:
- cmd: "cosmasvc2koralquery -" # | gzip -vc
+ cmd: "cosmasvc2koralquery def -" # | gzip -vc
stdin: "{{ sqlresult.query_result[0] | map(attribute='sname') | join('\n') }}"
stdin_add_newline: true
register: generated_vc