diff options
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/openshift_node/tasks/config.yml | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/roles/openshift_node/tasks/config.yml b/roles/openshift_node/tasks/config.yml index 1504d01af..2759188f3 100644 --- a/roles/openshift_node/tasks/config.yml +++ b/roles/openshift_node/tasks/config.yml @@ -2,10 +2,6 @@  - name: Install the systemd units    include: systemd_units.yml -- name: Setup tuned -  include: tuned.yml -  static: yes -  - name: Start and enable openvswitch service    systemd:      name: openvswitch.service @@ -99,5 +95,9 @@      msg: Node failed to start please inspect the logs and try again    when: node_start_result | failed +- name: Setup tuned +  include: tuned.yml +  static: yes +  - set_fact:      node_service_status_changed: "{{ node_start_result | changed }}"  | 
