Skip to content

Commit

Permalink
Bump NetBox version to 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lae committed Jun 7, 2018
1 parent 6e0b983 commit 8bb36e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ tells the role to deploy by extracting tarball releases from GitHub, while
`netbox_git` tells the role to clone a NetBox git repository - they're mutually
exclusive.

netbox_stable_version: 2.3.3
netbox_stable_version: 2.3.4
netbox_stable_uri: "https://github.com/digitalocean/netbox/archive/v{{ netbox_stable_version }}.tar.gz"

These can be configured to pin a version (e.g. increment to trigger an upgrade)
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# defaults file for lae.netbox
netbox_stable: false
netbox_stable_version: 2.3.3
netbox_stable_version: 2.3.4
netbox_stable_uri: "https://github.com/digitalocean/netbox/archive/v{{ netbox_stable_version }}.tar.gz"

netbox_git: false
Expand Down

0 comments on commit 8bb36e9

Please sign in to comment.