Closed apatel762 closed 1 year ago
And remove the TODO comment.
If the file is empty, do nothing? What happens if we supply a sudo password and the account doesn't need it?
sudo
My current thinking is that it'd be easiest to construct an array of params in the bash script (https://linuxhandbook.com/bash-arrays/) and then pass that directly to the ansible-playbook command.
ansible-playbook
And remove the TODO comment.
If the file is empty, do nothing? What happens if we supply a
sudo
password and the account doesn't need it?