Update .local/share/chezmoi/home/private_dot_config/shell/exports.sh.tmpl, .local/share/chezmoi/home/dot_local/bin/executable_install-program

This commit is contained in:
Brian Zalewski 2022-12-02 19:31:29 +00:00
parent 46634af240
commit 689cd65352
2 changed files with 3 additions and 3 deletions

View file

@ -558,7 +558,7 @@ async function installPackageList(packageManager, packages) {
if (packageManager === 'appimage') {
} else if (packageManager === 'ansible') {
for (const role of packages) {
await $`ansible localhost -m include_role -a name=${role}`
await $`ansible localhost -m setup -m include_role -a name=${role} -e ansible_user="$USER"`
}
} else if (packageManager === 'apk') {
await $`sudo apk add ${packages}`

View file

@ -66,8 +66,8 @@ fi
export ANDROID_SDK_HOME="$XDG_DATA_HOME/android-sdk"
### Ansible
export ANSIBLE_CONFIG="$HOME/.local/ansible/ansible.cfg"
export ANSIBLE_HOME="$HOME/.local/ansible"
export ANSIBLE_CONFIG="$XDG_DATA_HOME/ansible/ansible.cfg"
export ANSIBLE_HOME="$XDG_DATA_HOME/ansible"
### Aqua
export AQUA_ROOT_DIR="$XDG_DATA_HOME/aqua"