Set empty dependencies line to fix Galaxy warning
This commit is contained in:
parent
c6e53f30d9
commit
fbb6814ce8
|
@ -1,7 +1,8 @@
|
||||||
## v2.X
|
## v2.1.1
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
* Fix some warnings from ansible-lint.
|
* Fix some warnings from ansible-lint.
|
||||||
|
* Set empty dependencies line to fix Galaxy warning.
|
||||||
|
|
||||||
## v2.1
|
## v2.1
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
dependencies: []
|
||||||
|
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: "Jérémy Gardais"
|
author: "Jérémy Gardais"
|
||||||
description: "Manage FlexLM daemon"
|
description: "Manage FlexLM daemon"
|
||||||
|
|
Loading…
Reference in New Issue