diff --git a/tasks/openshift-el6.yml b/tasks/openshift-el6.yml index 2bf9c93971..d2c002514f 100644 --- a/tasks/openshift-el6.yml +++ b/tasks/openshift-el6.yml @@ -23,6 +23,7 @@ - rubygem-uplift-bind-plugin - rhc - stickshift-broker + - stickshift-port-proxy - name: set selinux bools appropriately action: seboolean state=true persistent=yes name=$item @@ -87,7 +88,7 @@ - --port=5672:tcp - name: enable services until I turn peach - action: service state=running enabled=yes name=$item + action: service state=restarted enabled=yes name=$item with_items: - httpd - stickshift-proxy