From d6ab106d41c88279d7926d805221aed263061c4d Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Fri, 1 Dec 2017 20:46:15 +0000 Subject: [PATCH] this works on both networks and useful --- playbooks/groups/batcave.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/batcave.yml b/playbooks/groups/batcave.yml index d526d7e230..2444497020 100644 --- a/playbooks/groups/batcave.yml +++ b/playbooks/groups/batcave.yml @@ -30,7 +30,7 @@ - openvpn/client - batcave - - { role: nfs/client, when: inventory_hostname.startswith('batcave01'), mnt_dir: '/srv/web/pub', nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub' } + - { role: nfs/client, when: inventory_hostname.startswith('batcave'), mnt_dir: '/srv/web/pub', nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub' } - { role: nfs/client, when: inventory_hostname.startswith('batcave01'), mnt_dir: '/mnt/fedora/app', nfs_src_dir: 'fedora_app/app' } tasks: