Update .local/share/chezmoi/home/dot_local/bin/executable_install-program
This commit is contained in:
parent
87b881c359
commit
f8a8c694d1
1 changed files with 1 additions and 1 deletions
|
@ -968,7 +968,7 @@ async function installPackageList(packageManager, packages) {
|
||||||
} else if (packageManager === "ansible") {
|
} else if (packageManager === "ansible") {
|
||||||
for (let pkg of packages) {
|
for (let pkg of packages) {
|
||||||
try {
|
try {
|
||||||
await $`ansible localhost -vvvvv -m include_role -a name=${pkg} -e ansible_user=${process.env.USER} -e include_homebrew_install=False`;
|
await $`ansible localhost -vvvvv -m include_role -a name=${pkg} -e ansible_user=${process.env.USER} -e include_homebrew_install=false`;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
log(
|
log(
|
||||||
"error",
|
"error",
|
||||||
|
|
Loading…
Reference in a new issue