marcinpraczko / ansible-goss-install

Simple role to install goss
GNU General Public License v2.0
2 stars 2 forks source link

Binary goss is not downloaded to expected path #78

Closed marcinpraczko closed 4 months ago

marcinpraczko commented 4 months ago

Looks like goss is not downloaded to expected path. At least for configuration which should download goss to $HOME/bin and create symlink.

Example:

cd /home/user/some/path
ansible-playbook goss-install.yml

where goss-install is from https://github.com/marcinpraczko/ansible-goss-install/edit/master/README.md - L

This will install goss binary in relative path (.../some/path/bin/goss) instead of /home/user/bin

marcinpraczko commented 4 months ago

This was fixed with latest PR. Closing.