Skip to content
Snippets Groups Projects
Commit a43f205c authored by jurgenhaas's avatar jurgenhaas
Browse files

Change module apt with multiple packages to remove deprecated syntax

parent f62d0fa4
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,9 @@
- block:
- name: 'APT-Proxy | Install required packages'
apt: pkg={{item}} state=present
with_items:
- apt-cacher-ng
apt: pkg={{ packages }} state=present
vars:
packages:
- apt-cacher-ng
when: '"aptproxy" not in excluded_roles'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment