mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 13:41:24 +08:00
docker-distribution-proxy: start/enable the service once configured
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user