commit | a170462a13647f15e8122a1727a2c3feb1822035 | [log] [tgz] |
---|---|---|
author | Carlos Frias <cfrias@apigee.com> | Wed Oct 05 17:31:16 2016 -0400 |
committer | Carlos Frias <cfrias@apigee.com> | Wed Oct 05 17:31:16 2016 -0400 |
tree | 88c16012c85bb1af952f00177a1b7d06ce330186 | |
parent | 5a97daae5a367a728216c08633c1fba56313f60b [diff] |
updated to reboot after disabling selinux
diff --git a/tasks/main.yml b/tasks/main.yml index 7e25215..8356830 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -22,6 +22,7 @@ - name: Restarting node now ignore_errors: yes + become: yes shell: 'reboot now' when: "{{ ansible_selinux.status | lower != 'disabled' }}" async: 0