meraki_config_template - Remove mandatory network lookup (#56525)

* Module only makes network lookups when needed instead of every execution

* Formatting fixes
This commit is contained in:
Kevin Breit
2019-05-29 08:57:38 -05:00
committed by Nilashish Chakraborty
parent b143918f30
commit 57e1063fc7
2 changed files with 13 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- meraki_config_template - Don't query all networks unless needed.