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

ansible-playbooks/general#85 Linting

parent a43f205c
Branches
Tags
No related merge requests found
---
# file: roles/aptproxy/tasks/main.yml
- name: "APT Proxy Role"
set_fact: role_aptproxy_started=true
tags: 'always'
- name: APT Proxy Role
set_fact:
role_aptproxy_started: yes
tags:
- always
- block:
- name: 'APT-Proxy | Install required packages'
- name: APT-Proxy | Install required packages
apt: pkg={{ packages }} state=present
vars:
packages:
- apt-cacher-ng
when: '"aptproxy" not in excluded_roles'
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.
Please register or to comment