Only do nfs mount on build* machines
This commit is contained in:
parent
bcdab9d84d
commit
2569d2f152
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@
|
|||
|
||||
- name: nfs mount points
|
||||
action: mount name=/mnt/koji src=nfs01.phx2.fedoraproject.org:/ fstype=nfs4 opts=ro,hard,bg,intr,noatime,nodev,nosuid passno=0 dump=0 state=mounted
|
||||
only_if: "not '${inventory_hostname}'.startswith('bkernel')"
|
||||
only_if: "'${inventory_hostname}'.startswith('build')"
|
||||
|
||||
# mock configs for pungify job
|
||||
- name: put extra special mock configs in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue