[LXD 5.2] automation script and sudo

Hello :wave:

I want using sudo on a script which use many lxd/lxc commands to create a lxd project and launch containers on it (ansible development hosts as lxc containers). But I’m not sure is a good practice to run all lxd/lxc commands as a sudo user. I have the possibility to use runuser on each of them to fix this problem.

But is it a problem :thinking: Do you think is not a good thing to run lxc commands using sudo ?