summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/plugin_filtering/filter_modules.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/plugin_filtering/filter_modules.yml')
-rw-r--r--test/integration/targets/plugin_filtering/filter_modules.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/integration/targets/plugin_filtering/filter_modules.yml b/test/integration/targets/plugin_filtering/filter_modules.yml
new file mode 100644
index 0000000..6cffa67
--- /dev/null
+++ b/test/integration/targets/plugin_filtering/filter_modules.yml
@@ -0,0 +1,9 @@
+---
+filter_version: 1.0
+module_blacklist:
+ # A pure action plugin
+ - pause
+ # A hybrid action plugin with module
+ - copy
+ # A pure module
+ - tempfile