Skip to content

Commit 2fd88af

Browse files
committed
Task fix
1 parent 638c1cb commit 2fd88af

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

tasks/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
register: nomad_checksum
1616

1717
- name: Get Nomad package checksum file
18-
local_action: get_url url="{{ nomad_checksum_file_url }}" dest="{{ role_path }}/files/nomad_{{ nomad_version }}_SHA256SUMS"
18+
local_action: get_url url="{{ nomad_checksum_file_url }}" dest="{{ role_path }}/files/nomad_{{ nomad_version }}_SHA256SUMS"
1919
become: no
2020
run_once: true
2121
tags: installation

tasks/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
owner: "{{ nomad_user }}"
6060
group: "{{ nomad_group}}"
6161
with_items:
62-
- {{ nomad_data_dir }}
63-
- {{ nomad_config_dir }}
64-
- {{ nomad_log_dir }}
62+
- "{{ nomad_data_dir }}"
63+
- "{{ nomad_config_dir }}"
64+
- "{{ nomad_log_dir }}"
6565

6666
- name: Base configuration
6767
template:

version.txt

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

0 commit comments

Comments
 (0)