From c342ae4baf6ffa7b1535e4957959acf0a2edd77c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 19 Aug 2019 20:03:17 +0000 Subject: [PATCH] koji archiving: fix some indentation issues with last commit Signed-off-by: Kevin Fenzi --- playbooks/groups/koji-hub.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/koji-hub.yml b/playbooks/groups/koji-hub.yml index 6fa0868acd..c664008a85 100644 --- a/playbooks/groups/koji-hub.yml +++ b/playbooks/groups/koji-hub.yml @@ -64,11 +64,11 @@ - role: nfs/client mnt_dir: '/mnt/fedora_koji/koji/vol/fedora_koji_archive00' nfs_src_dir: 'fedora_koji_archive00' - - role: nfs/client + when: env == 'production' and inventory_hostname.startswith('koji') + - role: nfs/client mnt_dir: '/mnt/fedora_koji/koji/vol/fedora_koji_archive01' nfs_src_dir: 'fedora_koji_archive01' when: env == 'production' and inventory_hostname.startswith('koji') - when: env == 'production' and inventory_hostname.startswith('koji') - role: nfs/client mnt_dir: '/mnt/koji' nfs_src_dir: 'fedora_s390/data'