Skip to content

Commit 9a28213

Browse files
committed
Remove bootstrap task
1 parent 2857b67 commit 9a28213

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,3 +203,7 @@
203203
- Use node role in startup scripts
204204
- Update startup scripts
205205
- Update install playbook
206+
207+
## v1.6.3
208+
209+
- Remove bootstrap task

tasks/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@
6868
src: base.hcl.j2
6969
dest: "{{ nomad_config_dir }}/base.hcl"
7070

71-
- name: Bootstrap server configuration
72-
template:
73-
src: bootstrap.hcl.j2
74-
dest: "{{ nomad_config_dir }}/bootstrap.hcl"
75-
7671
- name: Server configuration
7772
template:
7873
src: server.hcl.j2

version.txt

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

0 commit comments

Comments
 (0)