roles/common: Remove CentOS rclocal task
No CentOS hosts here! Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
891bd35171
commit
4a1158e163
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user