From f4c1d749b6407f061aa9721cbf063c7208c0374d Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 22 Jun 2016 17:44:13 -0400 Subject: [PATCH] added missing plugins --- docsite/rst/developing_plugins.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docsite/rst/developing_plugins.rst b/docsite/rst/developing_plugins.rst index 7500d96d57..8a127f15d6 100644 --- a/docsite/rst/developing_plugins.rst +++ b/docsite/rst/developing_plugins.rst @@ -112,6 +112,9 @@ to /usr/share/ansible/plugins, in a subfolder for each plugin type:: * connection * filter * strategy + * cache + * test + * shell To change this path, edit the ansible configuration file.