Skip to content
Snippets Groups Projects
Commit a0a7d07b authored by jurgenhaas's avatar jurgenhaas
Browse files

#7 Update to version 1.8.x

parent d8c055be
No related branches found
No related tags found
No related merge requests found
...@@ -7,12 +7,12 @@ ...@@ -7,12 +7,12 @@
state=present state=present
mode='644' mode='644'
with_items: with_items:
- "ppa:vbernat/haproxy-1.7" - "ppa:vbernat/haproxy-1.8"
- name: "Install some packages" - name: "Install some packages"
apt: apt:
pkg='{{ item }}' pkg='{{ item }}'
state=installed state=latest
with_items: with_items:
- haproxy - haproxy
- hatop - hatop
......
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