releng-compose: also include staging datacenter
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
c7db1eae55
commit
9f13154898
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue