Commit 57e5c81d by John Jarvis

making apt work faster

parent eaf81da9
......@@ -29,8 +29,7 @@
- update
- name: install a bunch of system packages on which LMS and CMS rely
apt: pkg={{item}} state=present
with_items: lms_debian_pkgs
apt: pkg={{','.join(lms_debian_pkgs)}} state=present
tags:
- lms
- cms
......
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