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

ansible/playbooks/general#117 Update apt repository setting

parent 4614cba2
No related branches found
No related tags found
No related merge requests found
......@@ -16,11 +16,11 @@
state: present
# NOTE: trusty here is deliberate
- name: Apt Repository
apt_repository:
repo: 'deb https://packagecloud.io/varnishcache/varnish41/ubuntu/ trusty main'
state: present
mode: 0644
#- name: Apt Repository
# apt_repository:
# repo: 'deb https://packagecloud.io/varnishcache/varnish41/ubuntu/ trusty main'
# state: present
# mode: 0644
- name: Install Varnish
apt:
......
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