Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
varnish
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
varnish
Compare revisions
4614cba28d04025d70879660e78fb0d42276ac50 to 1638cd4e0bf8e1dfdb25f47faa5695988d3d13d1
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ansible/roles/varnish
Select target project
No results found
1638cd4e0bf8e1dfdb25f47faa5695988d3d13d1
Select Git revision
Branches
main
1 result
Swap
Target
ansible/roles/varnish
Select target project
ansible/roles/varnish
ericzillmann/varnish
2 results
4614cba28d04025d70879660e78fb0d42276ac50
Select Git revision
Branches
main
1 result
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
ansible/playbooks/general#117
Update apt repository setting
· 1638cd4e
jurgenhaas
authored
8 months ago
1638cd4e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/main.yml
+5
-5
5 additions, 5 deletions
tasks/main.yml
with
5 additions
and
5 deletions
tasks/main.yml
View file @
1638cd4e
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.