You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to have multiple shared: True sections when parsing CLI output with the native parser?
For some reason only results from the last section with shared: true are available in subsequent sections and previous shared results got unset.
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Native parser returned an error while parsing. Error: 'service' is undefined"}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
Is it possible to have multiple
shared: True
sections when parsing CLI output with the native parser?For some reason only results from the last section with shared: true are available in subsequent sections and previous shared results got unset.
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Native parser returned an error while parsing. Error: 'service' is undefined"}
Beta Was this translation helpful? Give feedback.
All reactions