roles/common: Remove CentOS rclocal task

No CentOS hosts here!

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
2015-03-15 17:40:07 +03:00
parent 891bd35171
commit 4a1158e163

View File

@ -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