commit | a87cb5c8aa7ca901dd010059986eee1f9c5ae71e | [log] [tgz] |
---|---|---|
author | Carlos Frias <cfrias@apigee.com> | Thu Oct 06 08:31:50 2016 -0400 |
committer | Carlos Frias <cfrias@apigee.com> | Thu Oct 06 08:31:50 2016 -0400 |
tree | 83e09d147ec4974cddeff9a56a251c58f4ad7fdc | |
parent | 77124d855a353dcf34d5d7320dbf05ae039d2345 [diff] |
updating to see if reboot is fixed
diff --git a/tasks/main.yml b/tasks/main.yml index d870776..8a5a283 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -6,7 +6,7 @@ setup: - name: Restart node - fail: + debug: msg: 'SELinux MUST be disabled, selinux has been updated, restart node now...' when: "{{ ansible_selinux.status | lower != 'disabled' }}"