Sha256: 96d661c726911d65eb5bee6c55559601509dce8a8f4f0a99509cbf4268a5b10f
Contents?: true
Size: 544 Bytes
Versions: 58
Compression:
Stored size: 544 Bytes
Contents
mutation CreateAnsibleVariableOverride( $hostId: Int!, $value: RawJson!, $lookupKeyId: Int!, $match: String!) { createAnsibleVariableOverride(input: { hostId: $hostId, lookupKeyId: $lookupKeyId, value: $value, match: $match }) { overridenAnsibleVariable { id lookupValues(match: $match) { nodes { id match value omit } } currentValue { element value elementName } } errors { path message } } }
Version data entries
58 entries across 58 versions & 1 rubygems