Upgrade Ansible to 2.14.0#529
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d2989b0200
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| register: handle_import_scaling_lambda | ||
| when: magento_aws_ondemand_import_instance_enable |
There was a problem hiding this comment.
Keep a teardown path when disabling import scaling
Gating this task behind magento_aws_ondemand_import_instance_enable removes the previous state: absent behavior when the flag is false. If a project disables on-demand import scaling after it was enabled once, the Lambda/EventBridge resources created earlier are left in AWS and continue to run, which can trigger unexpected scaling actions and ongoing cost. The same pattern is repeated for the schedule rule and lambda policy in this file.
Useful? React with 👍 / 👎.
d2989b0 to
9d3998c
Compare
ffb5e2c to
66010ca
Compare
163793d to
c3ee57f
Compare
No description provided.