Pin Netbox to 3.0.1 since apparently the container's broken

This commit is contained in:
Salt 2021-09-18 08:52:05 -05:00
parent 542d779be2
commit 68eb7e5422

View File

@ -2,7 +2,7 @@
- name: docker deploy netbox
docker_container:
name: netbox
image: netboxcommunity/netbox:v3.0
image: netboxcommunity/netbox:v3.0.1
env:
SUPERUSER_EMAIL: rehashedsalt@cock.li
SUPERUSER_PASSWORD: "{{ secret_netbox_user_pass }}"