diff --git a/home/.chezmoiscripts/universal/run_onchange_after_12-install-packages.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_12-install-packages.tmpl index f2cb8022..9d360e13 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_12-install-packages.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_12-install-packages.tmpl @@ -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