mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
staging-sync/koji: fix another nfs server case
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -124,8 +124,8 @@
|
||||
# TODO recreate directories under /mnt/koji/compose (which ones?) that composer expects to exist
|
||||
- name: symlink production volume
|
||||
file: src=/mnt/fedora_koji_prod/koji dest=/mnt/koji/vol/prod state=link
|
||||
- name: restart nfs
|
||||
service: name=nfs state=started
|
||||
- name: restart nfs-server
|
||||
service: name=nfs-server state=started
|
||||
- name: restart httpd
|
||||
service: name=httpd state=started
|
||||
- name: restart kojira
|
||||
|
||||
Reference in New Issue
Block a user