Installer is incompatible with Ansible
jamesb2147 opened this issue · 1 comments
jamesb2147 commented
Makes it much easier to deploy for those of us managing server farms with it. Right now, the combination of "don't run as root" while interactively requesting root permissions makes the installer incompatible with Ansible.
demonbane commented
Since the installer runs in interactive mode anyway, I don’t think that would help much anyway. :)
The installer basically just does a git clone
of the repo, followed by writing out the config file and optionally symlinking the cron script to /etc/cron.daily/plexupdate
. So I’d suggest just automating the install directly rather than relying on the installer.