Open wintered opened 5 years ago
E.g.
sudo ansible-playbook -i dotfiles_installation/localhost_inventory.yml dotfiles_installation/install/install.yml --tags="mutt"
This installs mutt in root's home directory not in the user's root directory. Is there a way to prevent this?
Yes. There are several. Best one is to not execute via sudo but with the --ask-become-pass flag.
--ask-become-pass
E.g.
This installs mutt in root's home directory not in the user's root directory. Is there a way to prevent this?