Set empty dependencies line to fix Galaxy warning
This commit is contained in:
parent
46e20669ff
commit
1034027b1b
|
@ -3,6 +3,7 @@
|
||||||
### Fix
|
### Fix
|
||||||
* Fix E405 Remote package tasks should have a retry.
|
* Fix E405 Remote package tasks should have a retry.
|
||||||
* Fix E602 Don't compare to empty string.
|
* Fix E602 Don't compare to empty string.
|
||||||
|
* Set empty dependencies line to fix Galaxy warning.
|
||||||
|
|
||||||
## v1.0.1
|
## v1.0.1
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
dependencies: []
|
||||||
|
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: "Jérémy Gardais"
|
author: "Jérémy Gardais"
|
||||||
description: "Manage FusionInventory Agent"
|
description: "Manage FusionInventory Agent"
|
||||||
|
|
Reference in New Issue