Finish merge by removing the prod in task name
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
488bc45cfc
commit
8b7fd1a7d8
1 changed files with 2 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue