saltyorg / Saltbox

Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
https://docs.saltbox.dev
GNU General Public License v3.0
571 stars 65 forks source link

NZBGet: Fix unpause task creation for new installations #111

Closed TABLE272 closed 1 year ago

TABLE272 commented 1 year ago

Unpause task was failing to be created for new installs. Settings change was successful as part of the role, however NZBGet will not load Task2 if Task1 is not present. Attempting to create Task1 to save and reload removes the Task2 entry from the config entirely.

Changed this replacement back to Task1, in line with previous CB Master behaviour. Unclear if there was any particular reason this was changed to Task2 on CB Develop as no other tasks were created.