bodhi2: Don't run apache on the backend

This commit is contained in:
Luke Macken 2015-08-19 13:49:30 +00:00
parent 04c39e4191
commit 547b3624fb

View file

@ -300,3 +300,8 @@
- config
- bodhi
- atomic
- name: ensure apache is disabled on the backend
service: name=httpd enabled=no state=stopped
tags:
- bodhi