mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
azure_rm_subnet: fix CI error for deleting the azure_tags (#55276)
This commit is contained in:
committed by
Zim Kalinowski
parent
32345641e7
commit
91e808eed2
@@ -218,7 +218,8 @@ class AzureRMSubnet(AzureRMModuleBase):
|
||||
self.service_endpoints = None
|
||||
|
||||
super(AzureRMSubnet, self).__init__(self.module_arg_spec,
|
||||
supports_check_mode=True)
|
||||
supports_check_mode=True,
|
||||
supports_tags=False)
|
||||
|
||||
def exec_module(self, **kwargs):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user