In girder 3, plugins are enabled by pip installing them,
and they are disabled by pip uninstalling them.
Because plugins cannot be enabled using other methods,
enabling of girder plugins in ansible was removed as of this commit.
Thus, remove the enabling of girder plugins in ansible to reflect that.
Remove the restarting of girder in ansible
In girder 3, the ability to restart girder via http
was removed in this commit.
As such, girder can no longer be restarted in ansible. So
remove it. It is probably not really needed anymore anyways,
since plugins can no longer be enabled/disabled in ansible.
Here is a summary of the commits:
Remove enabling of girder plugins in ansible
In girder 3, plugins are enabled by pip installing them, and they are disabled by pip uninstalling them.
Because plugins cannot be enabled using other methods, enabling of girder plugins in ansible was removed as of this commit. Thus, remove the enabling of girder plugins in ansible to reflect that.
Remove the restarting of girder in ansible
In girder 3, the ability to restart girder via http was removed in this commit.
As such, girder can no longer be restarted in ansible. So remove it. It is probably not really needed anymore anyways, since plugins can no longer be enabled/disabled in ansible.