docker-distribution-proxy: start/enable the service once configured
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
2b63919f4e
commit
0d4b1e1d0d
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue