From 064d89a8505b1b9d75c8a5a0638702bcc708b1b7 Mon Sep 17 00:00:00 2001 From: Yuwei Zhou Date: Wed, 3 Apr 2019 04:33:52 +0800 Subject: [PATCH] Update create_with_nsg documentation (#54441) --- lib/ansible/modules/cloud/azure/azure_rm_networkinterface.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/azure/azure_rm_networkinterface.py b/lib/ansible/modules/cloud/azure/azure_rm_networkinterface.py index 0d0295056e0..c89aca3f3c5 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_networkinterface.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_networkinterface.py @@ -172,7 +172,8 @@ options: default: False create_with_security_group: description: - - Specifies whether a default security group should be be created with the NIC. Only applies when creating a new NIC. + - Specifies whether a security group should be be created with the NIC. + - If this flag set to C(True) and no C(security_group) set, a default security group will be created. type: bool version_added: 2.6 default: True