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

goss_addtl_dirs broken with a trailing slash #29

Closed slavaaaaaaaaaa closed 5 years ago

slavaaaaaaaaaa commented 6 years ago

goss_addtl_dirs breaks when there's a trailing slash in the specified string. E.g.:

works: goss_addtl_dirs: [goss.d] doesn't work: goss_addtl_dirs: [goss.d/]

naftulikay commented 5 years ago

33 should prevent this, but please re-verify and re-open if this is still the case.