try and untangle the stg koji mount on bodhi-backend01

This commit is contained in:
Kevin Fenzi 2018-01-11 22:12:01 +00:00
parent 66e1c84bd8
commit 0be887c09a
3 changed files with 4 additions and 5 deletions

View file

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