diff --git a/roles/download/tasks/main.yml b/roles/download/tasks/main.yml index 82d0757bbf..6df7386ecc 100644 --- a/roles/download/tasks/main.yml +++ b/roles/download/tasks/main.yml @@ -83,11 +83,17 @@ - name: Make sure apache autoindex.conf is replaced with ours copy: src=httpd/dl.fedoraproject.org/autoindex.conf dest=/etc/httpd/conf.d/autoindex.conf + tags: + - httpd + - config notify: - reload httpd - name: Configure httpd dl sub conf copy: src=httpd/dl.fedoraproject.org/ dest=/etc/httpd/conf.d/dl.fedoraproject.org/ + tags: + - httpd + - config notify: - reload httpd