Skip to content

Instantly share code, notes, and snippets.

@sanguis
Created August 30, 2016 21:27
Show Gist options
  • Save sanguis/79b5af3d002e4f13479cee1868bca631 to your computer and use it in GitHub Desktop.
Save sanguis/79b5af3d002e4f13479cee1868bca631 to your computer and use it in GitHub Desktop.
TASK [debugging for each row.] *************************************************
ok: [localhost] => {
"msg": " this is the data for row 2"
}
TASK [debug each rows data] ****************************************************
ok: [localhost] => {
"row.1.values().0.2.effectiveValue.stringValue": "VARIABLE IS NOT DEFINED!"
}
TASK [map t] *******************************************************************
fatal: [localhost]: FAILED! => {"failed": true, "msg": "the field 'args' has an invalid value, which appears to include a variable that is undefined. The error was: 'dict object' has no attribute 'effectiveValue'\n\nThe error appears to have been in '/Users/job5761/Documents/google_api/incldues/per_inst.yml': line 8, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n var: row.1.values().0.2.effectiveValue.stringValue\n- name: map t\n ^ here\n"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment