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 044a3de commit 948ab4bCopy full SHA for 948ab4b
tasks/install_linux_repo.yml
@@ -67,6 +67,6 @@
67
68
- name: Install nomad package
69
package:
70
- name: "nomad{{ '=' if ansible_pkg_mgr == 'apt' else '-' }}{{ consul_version }}"
+ name: "nomad{{ '=' if ansible_pkg_mgr == 'apt' else '-' }}{{ nomad_version }}"
71
state: present
72
become: true
0 commit comments