Commit f5e14503 by Kevin Falcone Committed by GitHub

Merge pull request #3671 from edx/jibsheet/mongo_mms-ansible2

The great ansible2 upgrade grep missed this because of the \n
parents 4552915f 80daf2b0
......@@ -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