Fix directory names

pull/1256/head
Michael DeHaan 12 years ago
parent 4caa76cbd8
commit 0483da674b

@ -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
========= =========

Loading…
Cancel
Save