remove useless overhead (#59517)

in the examples for the apt module, pass the list directly to the `pkg` option instead of providing it in `vars`
This commit is contained in:
Tomáš Pospíšek 2019-07-24 15:24:53 -04:00 committed by Alicia Cozine
parent 95f4282c42
commit 4ef38fcee2

View file

@ -168,9 +168,7 @@ EXAMPLES = '''
- name: Install a list of packages
apt:
name: "{{ packages }}"
vars:
packages:
pkg:
- foo
- foo-tools