Update file executable_install-program

This commit is contained in:
Brian Zalewski 2022-12-24 14:06:11 +00:00
parent e848ee3db9
commit 1e7204ce0c

View file

@ -696,7 +696,7 @@ async function beforeInstall(packageManager) {
logStage,
`Temporarily enabling passwordless sudo for Ansible role installations`
);
await $`echo "$(whoami) ALL=(ALL:ALL) NOPASSWD: ALL # TEMPORARY FOR ANSIBLE INSTALL" | sudo tee -a`;
await $`echo "$(whoami) ALL=(ALL:ALL) NOPASSWD: ALL # TEMPORARY FOR ANSIBLE INSTALL" | sudo tee -a /etc/sudoers`;
log('info', logStage, 'Running Ansible setup task so facts are cached')
const unbuffer = which.sync('unbuffer', { nothrow: true })
let unbufferPrefix = ''