diff --git a/.vscode/settings.json b/.vscode/settings.json index 34e59d6..3a25415 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,9 +10,9 @@ "search.exclude": { "**/node_modules": true, "**/bower_components": true, - "playbooks/{credentials,group_vars,helpers,host_vars,public_keys,roles}/": true + "playbooks/{credentials,filter_plugins,group_vars,helpers,host_vars,public_keys,roles}/": true }, "files.exclude": { - "playbooks/{credentials,group_vars,helpers,host_vars,public_keys,roles}/": true + "playbooks/{credentials,filter_plugins,group_vars,helpers,host_vars,public_keys,roles}/": true } } diff --git a/playbooks/filter_plugins b/playbooks/filter_plugins new file mode 120000 index 0000000..a63c810 --- /dev/null +++ b/playbooks/filter_plugins @@ -0,0 +1 @@ +../filter_plugins \ No newline at end of file