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