YAML style parameters

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