mrworf / plexupdate

Plex Update script to simplify the life of Linux Plex Media Server users.
GNU General Public License v2.0
1.77k stars 146 forks source link

Installer is incompatible with Ansible #265

Closed jamesb2147 closed 3 years ago

jamesb2147 commented 5 years ago

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 5 years ago

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.