Skip to content

Commit de82c67

Browse files
committed
Nomad 0.5.1
- Nomad 0.5.1 - Add NOMAD_VERSION environment variable - Fix typo in default variables
1 parent d2b671a commit de82c67

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,9 @@
110110
- Remove deprecated task files
111111
- Establish OS vars
112112
- Update documentation
113+
114+
## v1.4.1
115+
116+
- Nomad 0.5.1
117+
- Add NOMAD_VERSION environment variable
118+
- Fix typo in default variables

defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# File: defaults/main.yml - Main default variables for nomad
33

4-
nomad_version: "0.5.0"
4+
nomad_version: "{{ lookup('env','NOMAD_VERSION') | default('0.5.1', true) }}"
55
nomad_server_count: "2"
66
nomad_checksum_file_url: "https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version}}_SHA256SUMS"
77
nomad_zip_url: "https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version }}_linux_amd64.zip"
@@ -26,5 +26,5 @@ nomad_apt_repo: deb https://apt.dockerproject.org/repo {{ ansible_lsb.id|lower }
2626

2727
## Distribution
2828

29-
### Consul
29+
### Nomad
3030
nomad_pkg: "nomad_{{ nomad_version }}_linux_amd64.zip"

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.4.0
1+
v1.4.1

0 commit comments

Comments
 (0)