releng-compose: also include staging datacenter

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-11-09 16:46:28 -08:00
parent c7db1eae55
commit 9f13154898

View file

@ -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