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

always use bionic url

parent e7668df5
No related branches found
No related tags found
No related merge requests found
--- ---
- name: install apt key
apt_key:
state: present
keyserver: 'https://keyserver.ubuntu.com'
id: 'CFFB779AADC995E4F350A060505D97A41C61B9CD'
- name: Add HAProxy 2.0 PPA - name: Add HAProxy 2.0 PPA
apt_repository: apt_repository:
repo: 'ppa:vbernat/haproxy-2.0' repo: "deb http://ppa.launchpad.net/vbernat/haproxy-2.0/ubuntu bionic main"
state: present state: present
- name: Remove HAProxy 1.8 PPA
apt_repository:
repo: 'ppa:vbernat/haproxy-1.8'
state: absent
- name: Install HAProxy - name: Install HAProxy
apt: apt:
name: "haproxy=2.0.*" name: "haproxy=2.0.*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment