Finish merge by removing the prod in task name

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-04-05 16:55:04 +00:00
parent 488bc45cfc
commit 8b7fd1a7d8

View file

@ -9,7 +9,7 @@
- packages
- haproxy
- name: install haproxy/cfg in prod
- name: install haproxy/cfg
template: src={{ item.file }}
dest={{ item.dest }}
owner=root group=root mode=0600
@ -76,15 +76,7 @@
- selinux
- name: check haproxy cfg to make sure it is valid (prod)
command: haproxy -c -f /etc/haproxy/haproxy.cfg
always_run: true
register: haproxyconfigcheck
changed_when: haproxyconfigcheck.rc != 0
tags:
- haproxy
- name: check haproxy cfg to make sure it is valid (prod)
- name: check haproxy cfg to make sure it is valid
command: haproxy -c -f /etc/haproxy/haproxy.cfg
always_run: true
register: haproxyconfigcheck