1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
Kevin Breit 5008e1d479 meraki_config_template - Enable check mode (#54502)
* Add support for check mode

* Check mode returns proper changed status
- Added is_template_valid()
- Restructured check_mode so it will always return data
- Check mode should show proper changed status
- Code is untested and integration tests need to be expanded

* Fix deleting networks
- Add integration tests for deleting networks
- Refine tests based on changed/unchanged

* Remove one task from integration test
2019-05-29 16:30:26 -04:00
..
cli fix collection adjacent loading with --playbook-dir (#56194) 2019-05-22 11:06:54 -04:00
compat
config Allow finer grained control for dupe YAML keys (#56933) 2019-05-28 11:57:16 -04:00
errors
executor Not native, but text (#55676) 2019-05-24 14:49:04 -04:00
galaxy
inventory The InventoryData class does not have a get_vars method and InventoryManager's get_vars never appears to have been used (#56804) 2019-05-22 13:56:47 -04:00
module_utils meraki_config_template - Enable check mode (#54502) 2019-05-29 16:30:26 -04:00
modules meraki_config_template - Enable check mode (#54502) 2019-05-29 16:30:26 -04:00
parsing Allow finer grained control for dupe YAML keys (#56933) 2019-05-28 11:57:16 -04:00
playbook Prevent vars premature templating (#56117) 2019-05-23 09:42:19 -04:00
plugins Make query with errors='ignore' return a blank list (#57038) 2019-05-29 13:23:02 -04:00
template Make query with errors='ignore' return a blank list (#57038) 2019-05-29 13:23:02 -04:00
utils some logging fixes (#56311) 2019-05-24 16:43:47 -04:00
vars Not native, but text (#55676) 2019-05-24 14:49:04 -04:00
__init__.py
constants.py removed previouslly deprecated settings (#55662) 2019-05-15 16:36:30 -04:00
context.py
release.py