From 4a1158e1630503baf63bc98f261483461e0fc815 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 15 Mar 2015 17:40:07 +0300 Subject: [PATCH] roles/common: Remove CentOS rclocal task No CentOS hosts here! Signed-off-by: Alan Orth --- roles/common/tasks/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index 412dcb6..0847bfb 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -39,10 +39,6 @@ - reload sysctl tags: sysctl -- name: Reconfigure /etc/rc.local - when: ansible_distribution == 'CentOS' - template: src=rc.local_{{ ansible_distribution }}.j2 dest=/etc/rc.d/rc.local owner=root group=root mode=0755 - - name: Reconfigure /etc/rc.local when: ansible_distribution == 'Debian' template: src=rc.local_{{ ansible_distribution }}.j2 dest=/etc/rc.local owner=root group=root mode=0755