Split another task

This commit is contained in:
Kevin Fenzi 2014-08-26 19:08:54 +00:00
parent 21ce333464
commit c154fee038

View file

@ -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