Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • ansible/roles/haproxy
  • ericzillmann/haproxy
2 results
Show changes
Commits on Source (1)
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
state: present state: present
mode: 0644 mode: 0644
with_items: with_items:
- ppa:vbernat/haproxy-2.0 - ppa:vbernat/haproxy-2.2
when: ansible_distribution_major_version != "16"
- name: Install some packages - name: Install some packages
apt: apt:
......