Update file run_onchange_after_12-install-packages.tmpl

This commit is contained in:
Brian Zalewski 2023-01-12 20:42:44 +00:00
parent ab755a4e35
commit 974f1ad5ef

View file

@ -30,6 +30,8 @@ if command -v install-program > /dev/null; then
fi
export LC_ALL="en_US.UTF-8"
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"
else
logg error '`zx` is not available'
fi