mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
fix premature exit when RG doesn't exist (#46013)
* fixes #45941 * corrects regression introduced by #26104; when the resource group doesn't exist, the module exits prematurely with an error instead of creating it.
This commit is contained in:
2
changelogs/fragments/azure_rm_deployment_fix_45941.yaml
Normal file
2
changelogs/fragments/azure_rm_deployment_fix_45941.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- azure_rm_deployment - fixed regression that prevents resource group from being created (https://github.com/ansible/ansible/issues/45941)
|
||||
Reference in New Issue
Block a user