Make sure to remove the old one.

This commit is contained in:
Ralph Bean 2015-03-17 14:06:03 +00:00
parent 9fcdbe8fbd
commit 8a5f607260

View file

@ -54,6 +54,12 @@
- fedmsg/gateway
- fedmsg/gateway/slave
- name: ensure old stunnel init file is gone
file: dest=/etc/init.d/stunnel/stunnel.init state=absent
tags:
- fedmsg/gateway
- fedmsg/gateway/slave
- name: install stunnel.conf
template: src={{ item.file }}
dest={{ item.dest }}