commit | 74d25aeadd1209e9e191365c3330f12e1be95b93 | [log] [tgz] |
---|---|---|
author | Carlos Frias <cfrias@apigee.com> | Wed Oct 05 18:15:24 2016 -0400 |
committer | Carlos Frias <cfrias@apigee.com> | Wed Oct 05 18:15:24 2016 -0400 |
tree | 161b08619d07e13814f34e444637d0872a7e2927 | |
parent | 04e7c237ef7132406ca110209d6c9324510f2efd [diff] |
removed unused comments.
diff --git a/tasks/main.yml b/tasks/main.yml index 469c954..cf6c283 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -1,14 +1,4 @@ --- -# tasks file for opdk-setup-selinux-disable -#- name: Permanently disable SELINUX -# lineinfile: -# dest: /etc/selinux/config -# regexp: "^(SELINUX=)" -# line: '\1disabled' -# backrefs: yes -# backup: yes -# when: "{{ ansible_selinux.status | lower != 'disabled' }}" - - name: Permanently disable SELINUX selinux: state=disabled