We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c80816 commit 2c8b5c9Copy full SHA for 2c8b5c9
galaxy.yml
@@ -1,7 +1,7 @@
1
---
2
namespace: cisco
3
name: meraki
4
-version: 2.20.2
+version: 2.20.3
5
readme: README.md
6
authors:
7
- Francisco Muñoz <fmunoz@cloverhound.com>
plugins/plugin_utils/meraki.py
@@ -229,7 +229,7 @@ def __init__(self, params):
229
suppress_logging=params.get("meraki_suppress_logging"),
230
simulate=params.get("meraki_simulate"),
231
be_geo_id=params.get("meraki_be_geo_id"),
232
- caller="MerakiAnsibleCollection/2.20.2 Cisco",
+ caller="MerakiAnsibleCollection/2.20.3 Cisco",
233
use_iterator_for_get_pages=params.get(
234
"meraki_use_iterator_for_get_pages"),
235
inherit_logging_config=params.get(
0 commit comments