From 6c0b47dcd5c1848af16c05c43f5e38379ee4ac87 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 21 Jun 2020 12:42:48 +0200 Subject: [PATCH] Added symlink for filter_plugins into symlink directory Also hide the symlink in VS Code --- .vscode/settings.json | 4 ++-- playbooks/filter_plugins | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 120000 playbooks/filter_plugins 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