Skip to content

Commit bb6b37e

Browse files
committed
Bump NetBox release to 2.1.3
1 parent 655b928 commit bb6b37e

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

58-
netbox_stable_version: 2.1.2
58+
netbox_stable_version: 2.1.3
5959
netbox_stable_uri: "https://github.com/digitalocean/netbox/archive/v{{ netbox_stable_version }}.tar.gz"
6060

6161
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.1.2
4+
netbox_stable_version: 2.1.3
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)