From 80e8bb0ff1e2030ac45e2f317eb2d85a519f313f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 23 Jun 2014 18:38:13 +0000 Subject: [PATCH] Also this isn't around on rhel/epel7 yet either. --- playbooks/groups/download.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/download.yml b/playbooks/groups/download.yml index 3fdb8624b4..de70e8522d 100644 --- a/playbooks/groups/download.yml +++ b/playbooks/groups/download.yml @@ -55,7 +55,7 @@ - fas_client - collectd/base - download - - mod_limitipconn + - { role: mod_limitipconn, when: ansible_distribution_major_version != '7'} - rsyncd - { role: nfs/client, when: datacenter == "phx2", mnt_dir: '/srv/pub', nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub' } - { role: nfs/client, when: datacenter == "rdu", mnt_dir: '/srv/pub', nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub' }