From 9f1315489851f1e8cf1cc3ffc7def20a549af7de Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 9 Nov 2021 16:46:28 -0800 Subject: [PATCH] releng-compose: also include staging datacenter Signed-off-by: Kevin Fenzi --- roles/nfs/client/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nfs/client/tasks/main.yml b/roles/nfs/client/tasks/main.yml index 49a7190d00..a93fca73ca 100644 --- a/roles/nfs/client/tasks/main.yml +++ b/roles/nfs/client/tasks/main.yml @@ -67,7 +67,7 @@ passno=0 dump=0 state=mounted - when: datacenter == 'iad2' and (env != 'staging' or mount_stg is defined) + when: ( datacenter == 'iad2' or datacenter == 'staging' ) and (env != 'staging' or mount_stg is defined) tags: - nfs/client