commit | 73a6ee87891513689253c2ec9143b15b23702836 | [log] [tgz] |
---|---|---|
author | Carlos Frias <cfrias@apigee.com> | Tue Sep 20 14:31:41 2016 -0400 |
committer | Carlos Frias <cfrias@apigee.com> | Tue Sep 20 14:31:41 2016 -0400 |
tree | 3d86324a7279f853eac21ac798dc294af42b7d5e | |
parent | 71f57bea2a11979749b864e67ab00d104d75ccd4 [diff] |
removed unused notify.
diff --git a/tasks/main.yml b/tasks/main.yml index ebc6e95..2c7e9e0 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -16,8 +16,6 @@ debug: msg: 'SELinux MUST be disabled, selinux has been updated, restarting node now...' when: "{{ ansible_selinux.status | lower != 'disabled' }}" - notify: - - 'restart node' - name: Restarting node now become: true