Let's see if one role can restart a service from another.

This commit is contained in:
Ralph Bean 2013-06-12 19:57:58 +00:00
parent ff0bcbdda7
commit 790cdf0373
3 changed files with 1 additions and 3 deletions

View file

@ -1,12 +0,0 @@
---
# Setup a fedmsg-hub
- name: install needed packages
yum: pkg=$item state=installed
with_items:
- fedmsg-hub
tags:
- packages
- name: fedmsg-hub service
service: name=fedmsg-hub state=started enabled=yes