Commit 0685262d by James Cammarata

Merge pull request #12397 from lambeau/devel

Fix spelling
parents 0325f92b ffc67f0a
...@@ -508,7 +508,7 @@ Windows modules checklist ...@@ -508,7 +508,7 @@ Windows modules checklist
````````````````````````` `````````````````````````
* Favour native powershell and .net ways of doing things over calls to COM libraries or calls to native executables which may or may not be present in all versions of windows * Favour native powershell and .net ways of doing things over calls to COM libraries or calls to native executables which may or may not be present in all versions of windows
* modules are in powershell (.ps1 files) but the docs reside in same name python file (.py) * modules are in powershell (.ps1 files) but the docs reside in same name python file (.py)
* look at ansible/lib/ansible/module_utils/powershell.ps1 for commmon code, avoid duplication * look at ansible/lib/ansible/module_utils/powershell.ps1 for common code, avoid duplication
* start with:: * start with::
#!powershell #!powershell
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment