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