Commit 80daf2b0 by Kevin Falcone

The great ansible2 upgrade grep missed this because of the \n

Found as part of DEVOPS-5415
parent 4552915f
......@@ -22,8 +22,7 @@
deb: "/tmp/{{ item.agent }}-{{ item.version }}.deb"
when: download_mms_deb.changed
notify: restart mms
with_items:
agents
with_items: "{{ agents }}"
- name: add key to monitoring-agent.config
lineinfile:
......
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