Skip to content

Commit 948ab4b

Browse files
committed
Fixup fix lingering consul_version
1 parent 044a3de commit 948ab4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install_linux_repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767

6868
- name: Install nomad package
6969
package:
70-
name: "nomad{{ '=' if ansible_pkg_mgr == 'apt' else '-' }}{{ consul_version }}"
70+
name: "nomad{{ '=' if ansible_pkg_mgr == 'apt' else '-' }}{{ nomad_version }}"
7171
state: present
7272
become: true

0 commit comments

Comments
 (0)