From b7ef068d3e751516cf0a41d1cd750e877fb5a2ac Mon Sep 17 00:00:00 2001 From: James Slagle Date: Tue, 22 Mar 2016 07:40:50 -0400 Subject: [PATCH] Add quotes and equals for set option documentation set is an option for the openvswitch_port module, however the documentation example omitted the equals sign and quotes around the option value. --- lib/ansible/modules/extras/network/openvswitch_port.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/network/openvswitch_port.py b/lib/ansible/modules/extras/network/openvswitch_port.py index 5fbbe8480dd..69e64ea8f9d 100644 --- a/lib/ansible/modules/extras/network/openvswitch_port.py +++ b/lib/ansible/modules/extras/network/openvswitch_port.py @@ -71,7 +71,7 @@ EXAMPLES = ''' # Creates port eth6 and set ofport equal to 6. - openvswitch_port: bridge=bridge-loop port=eth6 state=present - set Interface eth6 ofport_request=6 + set="Interface eth6 ofport_request=6" # Assign interface id server1-vifeth6 and mac address 52:54:00:30:6d:11 # to port vifeth6 and setup port to be managed by a controller.