Update .local/share/chezmoi/home/dot_local/bin/executable_install-program

This commit is contained in:
Brian Zalewski 2022-12-05 19:35:46 +00:00
parent 1a3d1d309d
commit 69b315c97a

View file

@ -966,7 +966,7 @@ async function installPackageList(packageManager, packages) {
} else if (packageManager === "ansible") {
for (let pkg of packages) {
try {
await $`ansible localhost -m setup -m include_role -a name=${pkg} -e ansible_user=${process.env.USER} -e include_homebrew_install=False`;
await $`ansible localhost -vvvvv -m setup -m include_role -a name=${pkg} -e ansible_user=${process.env.USER} -e include_homebrew_install=False`;
} catch (e) {
log(
"error",