Open Christian-Kolrep opened 4 years ago
Files identified in the description: None
If these files are inaccurate, please update the component name
section of the description or use the !component
bot command.
@Christian-Kolrep: Greetings! Thanks for taking the time to open this issue. In order for the community to handle your issue effectively, we need a bit more information.
Here are the items we could not find in your description:
Please set the description of this issue with this template: https://raw.githubusercontent.com/ansible/ansible/devel/.github/ISSUE_TEMPLATE/bug_report.md
!component =plugins/modules/vmware_vmkernel.py
Files identified in the description:
plugins/modules/vmware_vmkernel.py
](https://github.com/['ansible-collections/amazon.aws', 'ansible-collections/community.aws', 'ansible-collections/community.vmware']/blob/main/plugins/modules/vmware_vmkernel.py)If these files are inaccurate, please update the component name
section of the description or use the !component
bot command.
cc @Tomorrow9 @goneri @lparkes @pgbidkar @warthog9 click here for bot help
Hi,
I just want to delete all vmkernel port on a vmhost except for vmk0 because its the one for management.
This is what the taks looks like, and it works for one specific vmkernel port.
since you have to specify the
portgroup_name
anddvswitch
i tried to get the needed informations with this task.But as you can see the portgroup field is empty (if it is a distributed virtual portgroup).
Any ideas how to fix the problem? I just want to delete the vmkernel ports. :disappointed: