From: Jimmy Tang Date: Sun, 16 Mar 2014 09:40:27 +0000 (+0000) Subject: microformat variable to be in line with rest of roles and playbooks X-Git-Tag: v1.0.0~378^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ea88bd6eaa2eee3205127c460de4f374c10ba050;p=ceph-ansible.git microformat variable to be in line with rest of roles and playbooks --- diff --git a/roles/haproxy/tasks/precise.yml b/roles/haproxy/tasks/precise.yml index a4312e005..d1e2f0518 100644 --- a/roles/haproxy/tasks/precise.yml +++ b/roles/haproxy/tasks/precise.yml @@ -1,7 +1,7 @@ --- - apt_repository: repo=ppa:vbernat/haproxy-1.5 state=present -- apt: name={{item}} state=present +- apt: name={{ item }} state=present with_items: - haproxy - socat