Browse Source

Remove node start from bootstrap.yml.

Andrew Butcher 7 years ago
parent
commit
f8ca310090
1 changed files with 0 additions and 8 deletions
  1. 0 8
      roles/openshift_node/files/bootstrap.yml

+ 0 - 8
roles/openshift_node/files/bootstrap.yml

@@ -61,11 +61,3 @@
       with_items:
       - line: "BOOTSTRAP_CONFIG_NAME=node-config-{{ openshift_group_type }}"
         regexp: "^BOOTSTRAP_CONFIG_NAME=.*"
-
-    - name: "Start the {{ openshift_service_type }}-node service"
-      systemd:
-        daemon_reload: yes
-        state: restarted
-        enabled: True
-        name: "{{ openshift_service_type }}-node"
-        no_block: true