From 8bb36e9ccacddbce04a49596cf3cdfc1ed5c7de2 Mon Sep 17 00:00:00 2001 From: Musee Ullah Date: Thu, 7 Jun 2018 14:15:42 -0700 Subject: [PATCH] Bump NetBox version to 2.3.4 --- README.md | 2 +- defaults/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c60868..2ac7796 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/defaults/main.yml b/defaults/main.yml index 94966bb..72f0385 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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