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