From 4020f454e13e16afcb81dad9857992ea9bf84a99 Mon Sep 17 00:00:00 2001 From: spmfox Date: Wed, 7 Jun 2023 00:29:18 -0400 Subject: Initial commit --- src/manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/manifest.json (limited to 'src/manifest.json') diff --git a/src/manifest.json b/src/manifest.json new file mode 100644 index 0000000..f3f2b9a --- /dev/null +++ b/src/manifest.json @@ -0,0 +1,8 @@ +{ + "tools": { + "index": { + "label": "Ansible Playbooks" + } + } +} + -- cgit