Commit 08f3de00 authored by Spiros Koulouzis's avatar Spiros Koulouzis

removed wrong index

parent 75c1139b
......@@ -49,6 +49,7 @@ public class AnsibleOutput extends OwnedObject {
@JsonProperty("result")
private AnsibleResult result;
@Indexed
@JsonProperty("provisionID")
private String provisionID;
......
......@@ -54,8 +54,7 @@ public class AnsibleResult {
@JsonProperty("stderr")
private String stderr;
@Indexed
@JsonProperty("cmd")
private List<String> cmd;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment