-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnboundLocalError in sqs_queue #172
Comments
Looks like changing |
ansibullbot
added
affects_2.10
bug
This issue/PR relates to a bug
module
module
needs_triage
python3
traceback
labels
Aug 19, 2020
we are encountering this issue as well. @mestuddtc do you have a Pull Request that can be merged in to fix this? |
leedm777
added a commit
to leedm777/community.aws
that referenced
this issue
Jan 27, 2021
The variable `existing_value` is nowhere to be found, but looks like this might have been missed in a rename. Changing to `value`. Fixes ansible-collections#172
tremble
pushed a commit
to leedm777/community.aws
that referenced
this issue
Mar 16, 2021
The variable `existing_value` is nowhere to be found, but looks like this might have been missed in a rename. Changing to `value`. Fixes ansible-collections#172
tremble
pushed a commit
that referenced
this issue
Mar 16, 2021
* Fix UnboundLocalError in sqs_queue The variable `existing_value` is nowhere to be found, but looks like this might have been missed in a rename. Changing to `value`. Fixes #172 * integration test * changelog Co-authored-by: Mark Chappell <[email protected]>
A fix for this has now been merged into 'main' and should be available in the next releases. |
danquixote
pushed a commit
to danquixote/community.aws
that referenced
this issue
May 16, 2021
* Fix UnboundLocalError in sqs_queue The variable `existing_value` is nowhere to be found, but looks like this might have been missed in a rename. Changing to `value`. Fixes ansible-collections#172 * integration test * changelog Co-authored-by: Mark Chappell <[email protected]>
alinabuzachis
pushed a commit
to alinabuzachis/community.aws
that referenced
this issue
Jul 19, 2021
* Fix UnboundLocalError in sqs_queue The variable `existing_value` is nowhere to be found, but looks like this might have been missed in a rename. Changing to `value`. Fixes ansible-collections#172 * integration test * changelog Co-authored-by: Mark Chappell <[email protected]>
alinabuzachis
pushed a commit
to alinabuzachis/community.aws
that referenced
this issue
Jul 19, 2021
* Fix UnboundLocalError in sqs_queue The variable `existing_value` is nowhere to be found, but looks like this might have been missed in a rename. Changing to `value`. Fixes ansible-collections#172 * integration test * changelog Co-authored-by: Mark Chappell <[email protected]>
danielcotton
pushed a commit
to danielcotton/community.aws
that referenced
this issue
Nov 23, 2021
* Fix UnboundLocalError in sqs_queue The variable `existing_value` is nowhere to be found, but looks like this might have been missed in a rename. Changing to `value`. Fixes ansible-collections#172 * integration test * changelog Co-authored-by: Mark Chappell <[email protected]>
alinabuzachis
pushed a commit
to alinabuzachis/community.aws
that referenced
this issue
May 25, 2022
* README update adding reference to community.aws repository Fixes: ansible-collections/amazon.aws#166
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY
Copied the "Create FIFO queue" example from documentation, and it fails to run with an UnboundLocalError.
ISSUE TYPE
COMPONENT NAME
sqs_queue
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
Fedora 32 x86_64
STEPS TO REPRODUCE
EXPECTED RESULTS
ansible-playbook creates the SQS queue as described (or reports relevant auth error if AWS creds aren't correct).
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: