mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Misc typos in azure_rm_deployment (#25372)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
5cf66ceda0
commit
5b03e55440
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@ class AzureRMDeploymentManager(AzureRMModuleBase):
|
|||
nested_deployment)
|
||||
except CloudError as exc:
|
||||
self.fail("List nested deployment operations failed with status code: %s and message: %s" %
|
||||
(e.status_code, e.message))
|
||||
(exc.status_code, exc.message))
|
||||
new_nested_operations = self._get_failed_nested_operations(nested_operations)
|
||||
new_operations += new_nested_operations
|
||||
return new_operations
|
||||
|
|
Loading…
Reference in a new issue