You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've used Kiex on my local machine in the past and found it realy usefull so now I'm trying to install Kiex on a remote machine using the Ansible confirguration management tool which runs a non-interactive shell. Because of this the kiex command doesn't work when I run it from the Ansible script but does work when I login to my machine via SSH.
I detailed my situation here.
Any ideas what can I do?( I tried adding [[ -s "$HOME/.kiex/scripts/kiex" ]] && source "$HOME/.kiex/scripts/kiex" to ~/.profile and /etc/profile instead of ~/.bashrc without success). I use Ubuntu Xenial.
The text was updated successfully, but these errors were encountered:
I've used Kiex on my local machine in the past and found it realy usefull so now I'm trying to install Kiex on a remote machine using the Ansible confirguration management tool which runs a non-interactive shell. Because of this the
kiex
command doesn't work when I run it from the Ansible script but does work when I login to my machine via SSH.I detailed my situation here.
Any ideas what can I do?( I tried adding
[[ -s "$HOME/.kiex/scripts/kiex" ]] && source "$HOME/.kiex/scripts/kiex"
to~/.profile
and/etc/profile
instead of~/.bashrc
without success). I use Ubuntu Xenial.The text was updated successfully, but these errors were encountered: