Skip to content

Commit

Permalink
remove selinux disabled settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sebgoa committed Oct 1, 2016
1 parent 300e0e8 commit 3a04465
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
vars:
init_token: foobar.1234
tasks:
- name: Disable selinux
selinux: state=disabled
become: true
- name: Start Docker
service: enabled=yes state=started name=docker
become: true
Expand All @@ -21,9 +18,6 @@
init_token: foobar.1234
tags: nodes
tasks:
- name: Disable selinux
selinux: state=disabled
become: true
- name: Start Docker
service: enabled=yes state=started name=docker
become: true
Expand Down

0 comments on commit 3a04465

Please sign in to comment.