From e9498239eb5332974186ae1c1bb88e4b24a3975e Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Tue, 10 Jan 2017 13:36:40 +0000 Subject: [PATCH] taskotron-stg: change artifacts nfs mount point --- playbooks/groups/taskotron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/taskotron.yml b/playbooks/groups/taskotron.yml index 4e231b1bde..594ef39ea8 100644 --- a/playbooks/groups/taskotron.yml +++ b/playbooks/groups/taskotron.yml @@ -48,7 +48,7 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml roles: - - { role: nfs/client, mnt_dir: '/srv/', nfs_src_dir: 'fedora_taskotron_stg', nfs_mount_opts: 'rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4', when: deployment_type == 'stg' } + - { role: nfs/client, mnt_dir: '/srv/taskotron/', nfs_src_dir: 'fedora_taskotron_stg', nfs_mount_opts: 'rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4', when: deployment_type == 'stg' } - { role: taskotron/grokmirror, tags: ['grokmirror'] } # - { role: taskotron/cgit, tags: ['cgit'] } - { role: taskotron/buildmaster, tags: ['buildmaster'] }