From 1998c9c19d6a24d48eb67ac71a443df0ea8f1a76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ne=C4=8Das?= Date: Tue, 23 Jul 2019 12:05:17 +0200 Subject: [PATCH] add example (#59287) --- lib/ansible/modules/cloud/ovirt/ovirt_vnic_profile.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_vnic_profile.py b/lib/ansible/modules/cloud/ovirt/ovirt_vnic_profile.py index 59e72058e6b..3d8ef78205c 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_vnic_profile.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_vnic_profile.py @@ -96,6 +96,15 @@ EXAMPLES = ''' value: 9bd9bde9-39da-44a8-9541-aa39e1a81c9d network_filter: allow-dhcp +- name: Remove vNICs network_filter, custom_properties, qos + ovirt_vnic_profile: + name: myvnic + network: mynetwork + data_center: datacenter + qos: "" + custom_properties: "" + network_filter: "" + - name: Dont use migratable ovirt_vnic_profile: name: myvnic