naftulikay / ansible-role-degoss

An Ansible role for installing, running, and removing Goss from a system without leaving any traces.
Other
42 stars 12 forks source link

Add extra newline at end of output #39

Closed naftulikay closed 5 years ago

naftulikay commented 5 years ago

Running tests against multiple hosts:

TASK [degoss : run tests] *************************************************************************************************************************************
ok: [trusty-root]

Goss Tests Passed

(Count: 4, Failed: 0, Skipped: 0)
ok: [trusty]

Goss Tests Passed

(Count: 4, Failed: 0, Skipped: 0)

It would look much better if there was an additional newline:

TASK [degoss : run tests] *************************************************************************************************************************************
ok: [trusty-root]

Goss Tests Passed

(Count: 4, Failed: 0, Skipped: 0)

ok: [trusty]

Goss Tests Passed

(Count: 4, Failed: 0, Skipped: 0)