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