You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On one of our systems, INSTALLED_APPS_LIST looks like this: ["ox-connector=2.2.7", "self-service-backend=5.0"].
Since this line of code performs a string-in-string comparison against the entries in INSTALLED_APPS_LIST, the app self-service will be considered already installed, though it's actually the app self-service-backend that is installed.
The text was updated successfully, but these errors were encountered:
The
univention.ucs_modules.univention_app
module tries to check whether an app is already installed:ansible-modules/plugins/modules/univention_app.py
Line 269 in ffc300f
On one of our systems,
INSTALLED_APPS_LIST
looks like this:["ox-connector=2.2.7", "self-service-backend=5.0"]
.Since this line of code performs a string-in-string comparison against the entries in
INSTALLED_APPS_LIST
, the appself-service
will be considered already installed, though it's actually the appself-service-backend
that is installed.The text was updated successfully, but these errors were encountered: