Browse Source

Stop dumping debug output, re-try startng the node once

Scott Dodson 8 years ago
parent
commit
02d4d3ebea
1 changed files with 4 additions and 8 deletions
  1. 4 8
      roles/openshift_node/tasks/main.yml

+ 4 - 8
roles/openshift_node/tasks/main.yml

@@ -118,14 +118,10 @@
   service: name={{ openshift.common.service_type }}-node enabled=yes state=started
   register: node_start_result
   ignore_errors: yes
-
-- name: Check logs on failure
-  command: journalctl -xe
-  register: node_failure
-  when: node_start_result | failed
-
-- name: Dump failure information
-  debug: var=node_failure
+  
+- name: Start and enable node again
+  service: name={{ openshift.common.service_type }}-node enabled=yes state=started
+  register: node_start_result
   when: node_start_result | failed
 
 - set_fact: