X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Finfra-ansible.git;a=blobdiff_plain;f=roles%2Fsriov_nodes%2Ftasks%2Fsriov.yaml;h=63257f9f9c1382e4637ad6ae08f6d819589d33a7;hp=27703d358733b3cb8345391516fed9c9c1137ca7;hb=9a1255b5ab8b531cd9aa473050889f41f4ad2694;hpb=f98015583a21b76c631498755b5e9a5e1d2763c5 diff --git a/roles/sriov_nodes/tasks/sriov.yaml b/roles/sriov_nodes/tasks/sriov.yaml index 27703d3..63257f9 100644 --- a/roles/sriov_nodes/tasks/sriov.yaml +++ b/roles/sriov_nodes/tasks/sriov.yaml @@ -43,11 +43,3 @@ - debug: var=configure_vf_count_result.stderr_lines when: configure_vf_count_result.rc != 0 - -- name: Restart sriov service - systemd: - service: sriov - state: restarted - when: - - hostname == installation_controller - - ('caas_master' in hosts[hostname]['service_profiles']) or ('caas_worker' in hosts[hostname]['service_profiles'])