summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/azure/azure_rm_azurefirewall.py
diff options
context:
space:
mode:
authorZim Kalinowski <zikalino@microsoft.com>2019-06-27 08:15:55 +0800
committerMatt Davis <nitzmahone@users.noreply.github.com>2019-06-26 17:15:55 -0700
commitc9d82024c7b5f461b44f504e51c996428ca7f274 (patch)
treec871d1819951f67f53fe8e98556f1ca324aaddf0 /lib/ansible/modules/cloud/azure/azure_rm_azurefirewall.py
parenteda5dd826f274efce549869cf8ec77dbe2e54936 (diff)
downloadansible-c9d82024c7b5f461b44f504e51c996428ca7f274.tar.gz
shared image gallery modules (#57386)
* modules to handle shared image gallery * update test * and firewall update * fixed gallery problems * fixed gallery version * fix * several fixes to the gallery * several fixes * fixes * fix non-updatable * fixed test & image * fixed idempotency * fix test * image version test fixed * fixes * changed ux * trigger * fix syntax * fixed sanity * updated module + test delete * fixed some sanity & delete * continue fixing sanity * sanity fix and pause after deleting image version * extended delay * removed sanity ignore * try to ignore errors * repeat until successful * more retries * updated test, etc. * updated test * updated shared image gallery docs
Diffstat (limited to 'lib/ansible/modules/cloud/azure/azure_rm_azurefirewall.py')
-rw-r--r--lib/ansible/modules/cloud/azure/azure_rm_azurefirewall.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ansible/modules/cloud/azure/azure_rm_azurefirewall.py b/lib/ansible/modules/cloud/azure/azure_rm_azurefirewall.py
index 225b7d04ab..ec83fb2f46 100644
--- a/lib/ansible/modules/cloud/azure/azure_rm_azurefirewall.py
+++ b/lib/ansible/modules/cloud/azure/azure_rm_azurefirewall.py
@@ -19,7 +19,7 @@ module: azure_rm_azurefirewall
version_added: '2.9'
short_description: Manage Azure Firewall instance.
description:
- - 'Create, update and delete instance of Azure Firewall.'
+ - Create, update and delete instance of Azure Firewall.
options:
resource_group:
description:
@@ -600,6 +600,7 @@ class AzureRMAzureFirewalls(AzureRMModuleBaseExt):
modifiers = {}
self.create_compare_modifiers(self.module_arg_spec, '', modifiers)
self.results['modifiers'] = modifiers
+ self.results['compare'] = []
if not self.default_compare(modifiers, self.body, old_response, '', self.results):
self.to_do = Actions.Update