try and untangle the stg koji mount on bodhi-backend01
This commit is contained in:
parent
66e1c84bd8
commit
0be887c09a
3 changed files with 4 additions and 5 deletions
|
@ -74,7 +74,7 @@
|
|||
passno=0
|
||||
dump=0
|
||||
state=mounted
|
||||
when: datacenter == 'phx2'
|
||||
when: datacenter == 'phx2' and env != 'staging'
|
||||
tags:
|
||||
- nfs/client
|
||||
|
||||
|
@ -108,7 +108,7 @@
|
|||
passno=0
|
||||
dump=0
|
||||
state=mounted
|
||||
when: datacenter == 'staging' and 'koji' in mnt_dir
|
||||
when: env == 'staging' and 'koji' in mnt_dir
|
||||
tags:
|
||||
- nfs/client
|
||||
|
||||
|
@ -121,6 +121,6 @@
|
|||
passno=0
|
||||
dump=0
|
||||
state=mounted
|
||||
when: datacenter == 'staging' and 'koji' in mnt_dir
|
||||
when: env == 'staging' and 'koji' in mnt_dir
|
||||
tags:
|
||||
- nfs/client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue