From 14fb0e413674bbde05c346548920ee0d2b809a4d Mon Sep 17 00:00:00 2001 From: David J Peacock Date: Wed, 7 Sep 2016 12:30:03 -0400 Subject: [PATCH] description expanded for 112, AKA VRRP protocol) (#4645) * description expanded for 112, AKA VRRP protocol) * corrected syntax for description for IP protocols --- lib/ansible/modules/cloud/openstack/os_security_group_rule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/openstack/os_security_group_rule.py b/lib/ansible/modules/cloud/openstack/os_security_group_rule.py index 87cef54faef..6ea59d487cc 100644 --- a/lib/ansible/modules/cloud/openstack/os_security_group_rule.py +++ b/lib/ansible/modules/cloud/openstack/os_security_group_rule.py @@ -39,7 +39,7 @@ options: required: true protocol: description: - - IP protocol + - IP protocols TCP UDP ICMP 112 (VRRP) choices: ['tcp', 'udp', 'icmp', 112, None] default: None port_range_min: