|
|
@ -81,8 +81,9 @@ PluginLoader
|
|
|
|
hardcoded powershell module_utils file. If we add generic module_utils
|
|
|
|
hardcoded powershell module_utils file. If we add generic module_utils
|
|
|
|
for powershell, we'll need to decide how to organize the code.
|
|
|
|
for powershell, we'll need to decide how to organize the code.
|
|
|
|
|
|
|
|
|
|
|
|
Static Loop Keyword
|
|
|
|
Static Loop Keyword
|
|
|
|
-------------------
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
- **Pushed to 2.5**
|
|
|
|
- Deprecate (not on standard deprecation cycle) ``with_`` in favor of ``loop:``
|
|
|
|
- Deprecate (not on standard deprecation cycle) ``with_`` in favor of ``loop:``
|
|
|
|
- This ``loop:`` will take only a list
|
|
|
|
- This ``loop:`` will take only a list
|
|
|
|
- Remove complexity from loops, lookups are still available to users
|
|
|
|
- Remove complexity from loops, lookups are still available to users
|
|
|
|