Commit 1947ff01 by Feanil Patel

Fixed bug.

parent b2cc5583
......@@ -23,8 +23,8 @@
tags:
- xqueue
- name: install a bunch of system packages on which LMS and CMS rely
apt: pkg={{','.join(xqueue_debian_pkgs}} state=present
- name: install a bunch of system packages on which xqueue relies
apt: pkg={{','.join(xqueue_debian_pkgs)}} state=present
notify:
- restart xqueue
- restart xqueue consumer
......
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