Commit 0483da67 by Michael DeHaan

Fix directory names

parent 4caa76cb
...@@ -9,14 +9,14 @@ callbacks ...@@ -9,14 +9,14 @@ callbacks
Callbacks can be used to add logging or monitoring capability, or just make Callbacks can be used to add logging or monitoring capability, or just make
interesting sound effects. interesting sound effects.
Drop callback plugins in your ansible/lib/callbacks/ directory. Drop callback plugins in your ansible/lib/callback_plugins/ directory.
connections connections
=========== ===========
Connection plugins allow ansible to talk over different protocols. Connection plugins allow ansible to talk over different protocols.
Drop connection plugins in your ansible/lib/runner/connections/ directory. Drop connection plugins in your ansible/lib/runner/connection_plugins/ directory.
inventory inventory
========= =========
......
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