mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
restore format arg to azure_rm_common errmsg
This commit is contained in:
@@ -236,7 +236,7 @@ class AzureRMModuleBase(object):
|
|||||||
|
|
||||||
if not HAS_AZURE:
|
if not HAS_AZURE:
|
||||||
self.fail("Do you have azure>={1} installed? Try `pip install ansible[azure]`"
|
self.fail("Do you have azure>={1} installed? Try `pip install ansible[azure]`"
|
||||||
"- {0}".format(HAS_AZURE_EXC))
|
"- {0}".format(HAS_AZURE_EXC, AZURE_MIN_RELEASE))
|
||||||
|
|
||||||
self._cloud_environment = None
|
self._cloud_environment = None
|
||||||
self._network_client = None
|
self._network_client = None
|
||||||
|
|||||||
Reference in New Issue
Block a user