-
Notifications
You must be signed in to change notification settings - Fork 343
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
backup_plan - fix idempotency issue with botocore >= 1.31.36 #1961
backup_plan - fix idempotency issue with botocore >= 1.31.36 #1961
Conversation
Signed-off-by: Alina Buzachis <[email protected]>
plugins/modules/backup_plan.py
Outdated
if module.botocore_at_least("1.31.36"): | ||
for each in plan["rules"]: | ||
if not each.get("schedule_expression_timezone"): | ||
each["schedule_expression_timezone"] = "Etc/UTC" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The botocore error won't be particularly friendly for botocore < 1.31.36 if someone passes schedule_expression_timezone
Build failed. ❌ ansible-galaxy-importer FAILURE in 4m 27s |
Signed-off-by: Alina Buzachis <[email protected]>
96e74da
to
9df7138
Compare
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
Build failed. ❌ ansible-galaxy-importer FAILURE in 4m 23s |
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 42s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 4m 42s |
c8064d5
into
ansible-collections:main
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #1962 🤖 @patchback |
…1962) [PR #1961/c8064d5c backport][stable-7] backup_plan - fix idempotency issue with botocore >= 1.31.36 This is a backport of PR #1961 as merged into main (c8064d5). SUMMARY Fixes #1952 backup_plan - fix idempotency issue with botocore >= 1.31.36 ISSUE TYPE Bugfix Pull Request Feature Pull Request Reviewed-by: Alina Buzachis
SUMMARY
Fixes #1952
backup_plan - fix idempotency issue with botocore >= 1.31.36
ISSUE TYPE