Hello,
no ;-) the 3 pings where just for a simplified example of what I was trying to achieve. I confirm they are useless !
given a list of users (john, dave, ...) I want to setup several configs / applications in their /home dir.
I have 2 options :
- install everything with sudo=yes and then try to correctly change all the ownership modes so that it appears as if the user had actually set up the environment
- install everything with sudo=yes and sudo_user=item, so that the configuration / installation takes place under the correct user and all the ownership modes are immediatly correct
for example i want each user to start with its own installation of
nvm with a pre-installed set of node.js versions
I hope this clarifies my use case. Maybe there are other ways to do this ?