fix the quotes for package name

parent 637040e4
......@@ -42,7 +42,7 @@
- name: Install go-agent using apt-get
apt:
name: "{{ GO_AGENT_APT_NAME }}"="{{ GO_AGENT_VERSION }}"
name: "{{ GO_AGENT_APT_NAME }}={{ GO_AGENT_VERSION }}"
update_cache: yes
state: present
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment