Commit 57e5c81d by John Jarvis

making apt work faster

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