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

ansible-playbooks/general#85 Linting [skip-ci]

parent d36f534e
No related branches found
Tags v1.5.0
No related merge requests found
......@@ -9,10 +9,12 @@
- block:
- name: APT-Proxy | Install required packages
apt: pkg={{ packages }} state=present
vars:
packages:
- apt-cacher-ng
- name: APT-Proxy | Install required packages
apt:
pkg: '{{ packages }}'
state: present
vars:
packages:
- apt-cacher-ng
when: not excluded_roles or "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