From 8984f71aeec867c01efd61e1f8c604a8ec506934 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 12 Jan 2022 14:23:26 -0600 Subject: [PATCH] Upgrade Netbox --- playbooks/tasks/web/netbox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/tasks/web/netbox.yml b/playbooks/tasks/web/netbox.yml index 1602b13..4feafff 100644 --- a/playbooks/tasks/web/netbox.yml +++ b/playbooks/tasks/web/netbox.yml @@ -2,7 +2,7 @@ - name: deploy netbox module_defaults: docker_container: - image: netboxcommunity/netbox:v3.0.2 + image: netboxcommunity/netbox:v3.1.5 state: started restart_policy: unless-stopped pull: yes