Commit b19433cb by Arbab Nazar

Merge pull request #3093 from edx/arbab/edxapp_common-rewrite

YAML style parameters
parents 73545e9a 49d69b47
---
- name: Install system packages
apt: pkg={{','.join(edxapp_common_debian_pkgs)}}
state=present update_cache=yes
apt:
name: "{{ item }}"
state: present
update_cache: yes
with_items: "{{ edxapp_common_debian_pkgs }}"
tags:
- install
- install:base
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