Skip to content

Commit

Permalink
Set the riak ulimit for all OSes of the Debian family
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Hazen committed Feb 13, 2017
1 parent ea20fff commit bd506b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd506b1

Please sign in to comment.