Update file run_onchange_after_12-install-packages.tmpl
This commit is contained in:
parent
3254eb0f87
commit
b1d060fb84
1 changed files with 4 additions and 0 deletions
|
@ -27,8 +27,12 @@ if command -v install-program > /dev/null; then
|
|||
fi
|
||||
if [ -f "$HOME/.bashrc" ]; then
|
||||
. "$HOME/.bashrc"
|
||||
else
|
||||
logg warn 'No ~/.bashrc file to import before running install-program'
|
||||
fi
|
||||
export LC_ALL="en_US.UTF-8"
|
||||
logg info 'Printing environment variables for GO'
|
||||
env | grep GO
|
||||
install-program {{ $softwareList }}
|
||||
# TODO - Figure out how to configure no logs to print to ~/.ansible.log -- should be printing to the value specified in the ansible.cfg
|
||||
rm -rf "$HOME/.ansible.log"
|
||||
|
|
Loading…
Reference in a new issue