Skip to content
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

Fix exception for passing empty dict #500

Merged
merged 1 commit into from
Dec 16, 2020
Merged

Fix exception for passing empty dict #500

merged 1 commit into from
Dec 16, 2020

Conversation

titom73
Copy link
Contributor

@titom73 titom73 commented Dec 16, 2020

Change Summary

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes)
  • Documentation content changes
  • Other (please describe):

Related Issue(s)

Fixes issue #499

Component(s) name

arista.avd.inventory_to_container module

Proposed changes

Add additional test for iterable objects.

@github-actions github-actions bot added the module: inventory_to_container issue related to inventory_to_container module label Dec 16, 2020
@titom73 titom73 added the type: bug Something isn't working label Dec 16, 2020
@titom73 titom73 added this to the v1.1.3 milestone Dec 16, 2020
@titom73 titom73 linked an issue Dec 16, 2020 that may be closed by this pull request
@titom73 titom73 merged commit 7c14fff into devel Dec 16, 2020
@titom73 titom73 deleted the projects/xyz branch December 16, 2020 20:35
@titom73 titom73 modified the milestones: v1.1.3, v2.0.0rc1 Jan 21, 2021
@titom73
Copy link
Contributor Author

titom73 commented Jan 26, 2021

cherry-picked to pre-release branch: https://github.com/titom73/ansible-avd/tree/release-v1.1.3-preparation

@titom73 titom73 mentioned this pull request Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick module: inventory_to_container issue related to inventory_to_container module type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inventory to Container module fails to parse YAML file
3 participants