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:
parent
95f4282c42
commit
4ef38fcee2
1 changed files with 1 additions and 3 deletions
|
@ -168,9 +168,7 @@ EXAMPLES = '''
|
|||
|
||||
- name: Install a list of packages
|
||||
apt:
|
||||
name: "{{ packages }}"
|
||||
vars:
|
||||
packages:
|
||||
pkg:
|
||||
- foo
|
||||
- foo-tools
|
||||
|
||||
|
|
Loading…
Reference in a new issue