mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-10 11:11:29 -07:00
azure_rm_subnet: fix CI error for deleting the azure_tags (#55276)
This commit is contained in:
parent
32345641e7
commit
91e808eed2
2 changed files with 2 additions and 13 deletions
|
@ -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):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue