From: Andrew Schoen Date: Thu, 19 Mar 2015 21:22:22 +0000 (-0500) Subject: Remove duplicate limits.conf task X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f8b8deb0d583235f91afb4ee7472355c0a64ff4a;p=ceph-cm-ansible.git Remove duplicate limits.conf task Signed-off-by: Andrew Schoen --- diff --git a/roles/common/tasks/setup-redhat.yml b/roles/common/tasks/setup-redhat.yml index 11d6d800..8e04f37e 100644 --- a/roles/common/tasks/setup-redhat.yml +++ b/roles/common/tasks/setup-redhat.yml @@ -119,14 +119,6 @@ owner: root mode: 0644 -- name: Configure /etc/security/limits.conf - template: - src: limits.conf - dest: /etc/security/limits.conf - group: root - owner: root - mode: 0644 - - name: Include version specific tasks. include: redhat/rhel_7.0.yml when: ansible_distribution_version == "7.0"