the proxixy filter rules disabled #93

pull/101/head
Jack Ivanov 8 years ago
parent 365424de2c
commit fcf29534ba

@ -5,7 +5,10 @@
apt: name=privoxy state=latest
- name: Privoxy configured
template: src=privoxy_config.j2 dest=/etc/privoxy/config
template: src="{{ item.src }}" dest="{{ item.dest }}"
with_items:
- { src: privoxy_config.j2, dest: /etc/privoxy/config }
- { src: default.filter.j2, dest: /etc/privoxy/default.filter }
notify:
- restart privoxy

Loading…
Cancel
Save