Skip to content

Commit 581fb9f

Browse files
committed
Merge branch 'release/2.3.0' into master
2 parents 1b73f32 + 9a3095e commit 581fb9f

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.10
61+
netbox_stable_version: 2.3.0
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.10
4+
netbox_stable_version: 2.3.0
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)