diff options
| author | spmfox <spmfox@foxwd.com> | 2023-06-07 00:29:18 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2023-06-07 00:29:18 -0400 |
| commit | 4020f454e13e16afcb81dad9857992ea9bf84a99 (patch) | |
| tree | 98b6abd2903fe49247474a14aab3845cc0b81570 /AnsiblePilotPlugin/manifest.json | |
| parent | 9d54971b20be5bf89a4ca0dc6d1e92f8519e5151 (diff) | |
Initial commit
Diffstat (limited to 'AnsiblePilotPlugin/manifest.json')
| -rw-r--r-- | AnsiblePilotPlugin/manifest.json | 11 |
1 files changed, 11 insertions, 0 deletions
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" + } + } +} |
