Skip to content

Commit

Permalink
Add pip constraint recommendation for NetBox pre-2.11.3 installs
Browse files Browse the repository at this point in the history
  • Loading branch information
lae committed Mar 29, 2022
1 parent 6d069a1 commit 70619a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ netbox_pip_constraints:
# Blacklist django-rq 2.3.1 due to https://github.com/rq/django-rq/issues/421
# https://github.com/netbox-community/netbox/issues/4633
- 'django-rq!=2.3.1'
# If you're using Netbox 2.11.3 or below, uncomment the below to fix database
# migrations. https://github.com/pallets/markupsafe/issues/284
# - 'MarkupSafe<2.1.0'

netbox_keep_uwsgi_updated: false
netbox_uwsgi_options: {}

0 comments on commit 70619a0

Please sign in to comment.