Set empty dependencies line to fix Galaxy warning
This commit is contained in:
parent
10235b901b
commit
5cfa7c518c
|
@ -1,10 +1,11 @@
|
|||
## v1.X
|
||||
## v1.3
|
||||
|
||||
### Enhancements
|
||||
* Add IPMI probe.
|
||||
|
||||
### Fix
|
||||
* Deprecation warning about "installed" for state.
|
||||
* Set empty dependencies line to fix Galaxy warning.
|
||||
|
||||
## v1.2
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
|
||||
dependencies: []
|
||||
|
||||
galaxy_info:
|
||||
author: "Jérémy Gardais"
|
||||
description: "Manage Xymon configuration"
|
||||
|
@ -9,14 +13,6 @@ galaxy_info:
|
|||
- name: Debian
|
||||
versions:
|
||||
- stretch
|
||||
#- name: opensuse
|
||||
# versions:
|
||||
# - all
|
||||
# - 12.1
|
||||
# - 12.2
|
||||
# - 12.3
|
||||
# - 13.1
|
||||
# - 13.2
|
||||
galaxy_tags:
|
||||
- system
|
||||
- xymon
|
||||
|
|
Loading…
Reference in New Issue