Update .local/share/chezmoi/home/dot_local/bin/executable_install-program
This commit is contained in:
parent
9f52042a03
commit
6d232e0e18
1 changed files with 1 additions and 1 deletions
|
@ -646,7 +646,7 @@ async function installPackageList(packageManager, packages) {
|
||||||
for (let pkg of packages) {
|
for (let pkg of packages) {
|
||||||
console.log(pkg)
|
console.log(pkg)
|
||||||
try {
|
try {
|
||||||
execSync(`gum spin --spinner dot --title "Installing ${pkg} via Ansible" -- ansible localhost -m setup -m include_role -a name=${pkg} -e ansible_user=${process.env.USER} -e include_homebrew_install=false, {stdio: 'inherit', shell: true})
|
execSync(`gum spin --spinner dot --title "Installing ${pkg} via Ansible" -- ansible localhost -m setup -m include_role -a name=${pkg} -e ansible_user=${process.env.USER} -e include_homebrew_install=false`, {stdio: 'inherit', shell: true})
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
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 -m setup -m include_role -a name=${pkg} -e ansible_user=${process.env.USER} -e include_homebrew_install=false`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue