Skip to content

Commit 678666d

Browse files
committed
Bump NetBox to 2.2.6
1 parent b2f145c commit 678666d

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
@@ -58,7 +58,7 @@ tells the role to deploy by extracting tarball releases from GitHub, while
5858
`netbox_git` tells the role to clone a NetBox git repository - they're mutually
5959
exclusive.
6060

61-
netbox_stable_version: 2.2.5
61+
netbox_stable_version: 2.2.6
6262
netbox_stable_uri: "https://github.com/digitalocean/netbox/archive/v{{ netbox_stable_version }}.tar.gz"
6363

6464
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.2.5
4+
netbox_stable_version: 2.2.6
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)