From bd506b171cabbc40941069105e97c932de8d74d2 Mon Sep 17 00:00:00 2001 From: Brett Hazen Date: Mon, 13 Feb 2017 16:27:41 -0700 Subject: [PATCH] Set the riak ulimit for all OSes of the Debian family --- tasks/Debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/Debian.yml b/tasks/Debian.yml index 0e49a99..7556163 100644 --- a/tasks/Debian.yml +++ b/tasks/Debian.yml @@ -48,7 +48,7 @@ - name: Set the riak ulimit for Debian copy: src=etc_security_limits.d_riak.conf dest=/etc/security/limits.conf tags: Debian - when: 'ansible_distribution == "Debian"' + when: 'ansible_os_family == "Debian"' - name: Set the riak ulimit for Ubuntu Trusty copy: src=etc_default_riak_ulimit dest=/etc/default/riak owner=riak group=riak