File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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) }} "
55nomad_server_count : " 2"
66nomad_checksum_file_url : " https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version}}_SHA256SUMS"
77nomad_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
3030nomad_pkg : " nomad_{{ nomad_version }}_linux_amd64.zip"
Original file line number Diff line number Diff line change 1- v1.4.0
1+ v1.4.1
You can’t perform that action at this time.
0 commit comments