Fix small warnings from linter

This commit is contained in:
Jeremy Gardais 2018-08-06 15:40:05 +02:00
parent c0f80853e4
commit 084f5a2952
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
3 changed files with 1 additions and 2 deletions

View File

@ -2,6 +2,7 @@
### Fix
* Set empty dependencies line to fix Galaxy warning.
* Fix small warnings from linter.
## v1.1

View File

@ -7,4 +7,3 @@
(xymon_server__service_manage | d(True) | bool))
else "stopped" }}'
enabled: '{{ xymon_server__service_manage | d(True) | bool }}'

View File

@ -52,4 +52,3 @@
else "stopped" }}'
enabled: '{{ (xymon_server__deploy_state == "present") and
(xymon_server__service_manage | d(True) | bool) }}'