mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix directory names
This commit is contained in:
parent
4caa76cbd8
commit
0483da674b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
=========
|
||||
|
|
Loading…
Reference in a new issue