Split another task
This commit is contained in:
parent
21ce333464
commit
c154fee038
1 changed files with 5 additions and 1 deletions
|
@ -20,8 +20,12 @@
|
||||||
- name: create the packager group
|
- name: create the packager group
|
||||||
group: name=packager gid=415 state=present
|
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
|
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
|
file: dest=/etc/httpd/conf.d/pkgs.fedoraproject.org state=directory
|
||||||
notify:
|
notify:
|
||||||
- restart httpd
|
- restart httpd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue