Make everything doing nfs mounts use the nfs_client role.

This commit is contained in:
Kevin Fenzi 2014-05-16 19:35:56 +00:00
parent b22e1be972
commit 47185c520d
9 changed files with 46 additions and 65 deletions

View file

@ -14,6 +14,7 @@
roles:
- base
- { role: nfs_client, when: not inventory_hostname.startswith('arm'), mnt_dir: '/mnt/fedora_koji', nfs_src_dir: 'fedora_koji' }
- koji_builder
tasks: