mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 02:20:51 +08:00
Split another task
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user