Skip to content

Commit da82464

Browse files
committed
Minor changes
- Conditionally include options and meta to avoid error when empty - Rename `nomad_cluster_nodes` label to `nomad_instances`
1 parent 776d5d8 commit da82464

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@
241241
- Clean up docker tasks
242242
- Fix debian init and client only config (thanks @groggemans)
243243

244-
## v1.7.2 (UNRELEASED)
244+
## v1.7.2
245245

246-
- Conditionally include options and meta to avoid error when emtpy
246+
- Conditionally include options and meta to avoid error when empty
247+
- Rename `nomad_cluster_nodes` label to `nomad_instances`

examples/vagrant_hosts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# the 'nodeN' pattern for additional nodes past 'nomad3'
66
# Do not modify the labels (text appearing between []), however
77

8-
[nomad_cluster_nodes]
8+
[nomad_instances]
99
nomad1.local nomad_node_role=server ansible_ssh_user=vagrant ansible_ssh_private_key_file=./.vagrant/machines/nomad1/virtualbox/private_key
1010
nomad2.local nomad_node_role=server ansible_ssh_user=vagrant ansible_ssh_private_key_file=./.vagrant/machines/nomad2/virtualbox/private_key
1111
nomad3.local nomad_node_role=client ansible_ssh_user=vagrant ansible_ssh_private_key_file=./.vagrant/machines/nomad3/virtualbox/private_key

version.txt

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

0 commit comments

Comments
 (0)