Skip to content

Commit 9d50da8

Browse files
committed
Bump version to 2.3.2
1 parent 717eef6 commit 9d50da8

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.3.1
61+
netbox_stable_version: 2.3.2
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.3.1
4+
netbox_stable_version: 2.3.2
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)