Skip to content

Conversation

@terenceq
Copy link
Contributor

@terenceq terenceq commented Dec 2, 2025

Additional protection against None

The recent upgrade of ansible now requires guarding against None type.

Where we have if x is defined to protect against something not being defined we now also need to protect against None (because in newer versions of ansible there's a difference in how None/undefined are handled)

@terenceq terenceq requested a review from a team as a code owner December 2, 2025 19:39
@leo-miran leo-miran added this pull request to the merge queue Dec 2, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 2, 2025
@terenceq terenceq added this pull request to the merge queue Dec 2, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 2, 2025
@terenceq terenceq added this pull request to the merge queue Dec 2, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 2, 2025
@terenceq terenceq merged commit d4de248 into master Dec 2, 2025
2 checks passed
@terenceq terenceq deleted the core11034 branch December 2, 2025 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants