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
Getting below error where it says vpc_id is not defined, not able to find out where I should be mentioning the vpc_id
fatal: [localhost]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'vpc_id' is undefined. 'vpc_id' is
undefined\n\nThe error appears to be in '/postgresql_cluster/automation/roles/cloud-resources/tasks/aws.yml': line 111, column 7, but may\nbe
elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n # Security Group (Firewall)\n - name:
\"AWS: Create or modify Security Group\"\n ^ here\nThis one looks easy to fix. It seems that there is a value started\nwith a quote, and the
YAML parser is expecting to see the line ended\nwith the same kind of quote. For instance:\n\n when: \"ok\" in result.stdout\n\nCould be written
as:\n\n when: '\"ok\" in result.stdout'\n\nOr equivalently:\n\n when: \"'ok' in result.stdout\"\n"}
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Getting below error where it says vpc_id is not defined, not able to find out where I should be mentioning the vpc_id
All reactions