Commit 0483da67 by Michael DeHaan

Fix directory names

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