From c5f666907e96a906669a1c05f8fc5a76406eec45 Mon Sep 17 00:00:00 2001 From: zhongjun2 Date: Thu, 4 Apr 2019 10:43:50 +0800 Subject: [PATCH] Update hwc_network_vpc.py (#54829) --- lib/ansible/modules/cloud/huawei/hwc_network_vpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/huawei/hwc_network_vpc.py b/lib/ansible/modules/cloud/huawei/hwc_network_vpc.py index 134e94eae6e..289691883ef 100644 --- a/lib/ansible/modules/cloud/huawei/hwc_network_vpc.py +++ b/lib/ansible/modules/cloud/huawei/hwc_network_vpc.py @@ -30,7 +30,7 @@ requirements: options: state: description: - - Whether the given object should exist in vpc + - Whether the given object should exist in vpc. type: str choices: ['present', 'absent'] default: 'present'