Commit 9f1cd0f4 by Brian Coca

Merge pull request #11036 from jolexa/patch-1

Minor Fix for broken link
parents a8d52e3e 2180981a
...@@ -129,7 +129,7 @@ Note there are a few other Ansible modules that don't start with "win" that also ...@@ -129,7 +129,7 @@ Note there are a few other Ansible modules that don't start with "win" that also
Developers: Supported modules and how it works Developers: Supported modules and how it works
`````````````````````````````````````````````` ``````````````````````````````````````````````
Developing ansible modules are covered in a `later section of the documentation <http://developing_modules.html>`_, with a focus on Linux/Unix. Developing ansible modules are covered in a `later section of the documentation <http://docs.ansible.com/developing_modules.html>`_, with a focus on Linux/Unix.
What if you want to write Windows modules for ansible though? What if you want to write Windows modules for ansible though?
For Windows, ansible modules are implemented in PowerShell. Skim those Linux/Unix module development chapters before proceeding. For Windows, ansible modules are implemented in PowerShell. Skim those Linux/Unix module development chapters before proceeding.
......
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