Update file executable_install-program
This commit is contained in:
parent
e848ee3db9
commit
1e7204ce0c
1 changed files with 1 additions and 1 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue