1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update squid.yml

This commit is contained in:
A Holt 2018-10-28 12:09:55 -04:00 committed by GitHub
parent 1b1744c2b5
commit b6e842f38b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,9 @@
- name: Install Squid packages - name: Install Squid packages {{ proxy }} and cadaver
package: package:
name: "{{ item }}" name:
- "{{ proxy }}"
- cadaver
state: present state: present
with_items:
- "{{ proxy }}"
- cadaver
tags: tags:
- download - download