We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2857b67 commit 9a28213Copy full SHA for 9a28213
CHANGELOG.md
@@ -203,3 +203,7 @@
203
- Use node role in startup scripts
204
- Update startup scripts
205
- Update install playbook
206
+
207
+## v1.6.3
208
209
+- Remove bootstrap task
tasks/main.yml
@@ -68,11 +68,6 @@
68
src: base.hcl.j2
69
dest: "{{ nomad_config_dir }}/base.hcl"
70
71
-- name: Bootstrap server configuration
72
- template:
73
- src: bootstrap.hcl.j2
74
- dest: "{{ nomad_config_dir }}/bootstrap.hcl"
75
-
76
- name: Server configuration
77
template:
78
src: server.hcl.j2
version.txt
@@ -1 +1 @@
1
-v1.6.2
+v1.6.3
0 commit comments