Skip to content

Commit 62fe037

Browse files
committed
Bump NetBox to 2.5.4
1 parent 4b5baa7 commit 62fe037

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ tells the role to deploy by extracting tarball releases from GitHub, while
7474
`netbox_git` tells the role to clone a NetBox git repository - they're mutually
7575
exclusive.
7676

77-
netbox_stable_version: 2.5.3
77+
netbox_stable_version: 2.5.4
7878
netbox_stable_uri: "https://github.com/digitalocean/netbox/archive/v{{ netbox_stable_version }}.tar.gz"
7979

8080
These can be configured to pin a version (e.g. increment to trigger an upgrade)

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# defaults file for lae.netbox
33
netbox_stable: false
4-
netbox_stable_version: 2.5.3
4+
netbox_stable_version: 2.5.4
55
netbox_stable_uri: "https://github.com/digitalocean/netbox/archive/v{{ netbox_stable_version }}.tar.gz"
66

77
netbox_git: false

0 commit comments

Comments
 (0)