File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 1- v1.5.8
1+ v1.6.0
You can’t perform that action at this time.
0 commit comments