one_vnet: Fix module (#9019)

* Fix one_vnet module

* Add CHANGELOG

* Fix CHANGELOG
This commit is contained in:
alexander 2024-10-21 21:51:57 +03:00 committed by GitHub
commit 93be499f26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 21 additions and 16 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- one_vnet - fix module failing due to a variable typo (https://github.com/ansible-collections/community.general/pull/9019).