mirror of https://github.com/ansible/ansible.git
* Run modules on windows container
This provides an ability to run Powershell modules on windows container via docker connection. Otherwise, Ansible tries to run python modules on windows containers and fails.
* Removing whitespace in the blank lines
* Adding a changelog fragment
(cherry picked from commit e0eee3c37e
)
Co-authored-by: Ruheena Ansari <ruheena0105@tamu.edu>
pull/67986/head
parent
3fb4d109ce
commit
e379dc76c3
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- docker connection plugin - run Powershell modules on Windows containers.
|
Loading…
Reference in New Issue