Update file run_onchange_after_12-install-packages.tmpl
This commit is contained in:
parent
ab755a4e35
commit
974f1ad5ef
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ if command -v install-program > /dev/null; then
|
||||||
fi
|
fi
|
||||||
export LC_ALL="en_US.UTF-8"
|
export LC_ALL="en_US.UTF-8"
|
||||||
install-program {{ $softwareList }}
|
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
|
else
|
||||||
logg error '`zx` is not available'
|
logg error '`zx` is not available'
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue