diff --git a/roles/distgit/tasks/main.yml b/roles/distgit/tasks/main.yml index 336439f7b6..b49e53c0cf 100644 --- a/roles/distgit/tasks/main.yml +++ b/roles/distgit/tasks/main.yml @@ -20,8 +20,12 @@ - name: create the packager group group: name=packager gid=415 state=present -- name: install the httpd config directory +- name: install the httpd config file copy: src=pkgs.fedoraproject.org.conf dest=/etc/httpd/conf.d/pkgs.fedoraproject.org.conf + notify: + - restart httpd + +- name: install the httpd config directory file: dest=/etc/httpd/conf.d/pkgs.fedoraproject.org state=directory notify: - restart httpd