Update .local/share/chezmoi/software.yml, .local/share/chezmoi/home/dot_local/bin/executable_install-program
This commit is contained in:
parent
5e01147287
commit
0c571a5e12
2 changed files with 7 additions and 4 deletions
|
@ -657,7 +657,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 -m setup -m include_role -a name=${pkg} -e ansible_user=${process.env.USER} -e include_homebrew_install=False`
|
||||
} catch (e) {
|
||||
log('error', 'Ansible Role Failure', `There was an error installing ${pkg} with Ansible`)
|
||||
}
|
||||
|
|
|
@ -819,7 +819,7 @@ softwarePackages:
|
|||
_service: null
|
||||
ansible: professormanhattan.chrome
|
||||
apt: chromium
|
||||
brew: google-chrome
|
||||
cask: google-chrome
|
||||
choco: googlechrome
|
||||
dnf: chromium
|
||||
snap: chromium
|
||||
|
@ -6364,7 +6364,7 @@ softwarePackages:
|
|||
_home: null
|
||||
_name: null
|
||||
_service: null
|
||||
brew: visual-studio
|
||||
cask: visual-studio
|
||||
choco: visualstudio2022community
|
||||
visualstudio:
|
||||
_bin: null
|
||||
|
@ -6432,10 +6432,13 @@ softwarePackages:
|
|||
_service: null
|
||||
_snapClassic: true
|
||||
ansible: professormanhattan.vscode
|
||||
brew: visual-studio-code
|
||||
cask: visual-studio-code
|
||||
choco: vscode
|
||||
snap: code
|
||||
yay: visual-studio-code-bin
|
||||
vscode:darwin:
|
||||
_when: '! test -d "/Applications"'
|
||||
cask: visual-studio-code
|
||||
w3m:
|
||||
_bin: null
|
||||
_desc: null
|
||||
|
|
Loading…
Reference in a new issue