OpenNebula one_vm.py: Fix missing keys (#2435)

* OpenNebula one_vm.py: Fix missing keys

* fixup OpenNebula one_vm.py: Fix missing keys
This commit is contained in:
Jan Orel 2021-05-04 12:21:55 +02:00 committed by GitHub
commit aaa561163b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 4 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- one_vm - Allow missing NIC keys (https://github.com/ansible-collections/community.general/pull/2435).