From c154fee038cb69ca5ffef1c574aa330e13b998fa Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 26 Aug 2014 19:08:54 +0000 Subject: [PATCH] Split another task --- roles/distgit/tasks/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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