Skip to content
Snippets Groups Projects
Verified Commit 9067c09e authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

fixes typo

parent e9482c60
Branches
Tags
2 merge requests!14Feature/upgrade to 2.0,!13Sets the default ssl ciphers to mozillas intermediate config
......@@ -3,12 +3,12 @@
- name: Add HAProxy 2.0 PPA
apt_repository:
repo: 'ppa:vbernat/haproxy-2.0'
state: absent
state: present
- name: Remove HAProxy 1.8 PPA
apt_repository:
repo: 'ppa:vbernat/haproxy-1.8'
state: present
state: absent
- name: Install HAProxy
apt:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment