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`
pull/59559/head
Tomáš Pospíšek 5 years ago committed by Alicia Cozine
parent 95f4282c42
commit 4ef38fcee2

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

Loading…
Cancel
Save