docker-distribution-proxy: start/enable the service once configured

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2016-04-08 14:06:05 +00:00
parent 2b63919f4e
commit 0d4b1e1d0d

View file

@ -40,3 +40,8 @@
dest: "/etc/httpd/conf.d/docker-registry-vhost.conf"
notify: reload httpd
- name: start and enable httpd
service:
name: httpd
state: started
enabled: yes