X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=fdio.infra.ansible%2Froles%2Fintel%2Ftasks%2Fice.yaml;h=9baa9d050de35dcde20103efbb08bce9b4730a59;hb=d41a5490f30a161561c39c4f1b08add17b9cf6f7;hp=0a2fe8a858d1076bf88acf596d0d7cf80425883f;hpb=a24c98b45ca1e9d56039d7649f65ac31e006d949;p=csit.git diff --git a/fdio.infra.ansible/roles/intel/tasks/ice.yaml b/fdio.infra.ansible/roles/intel/tasks/ice.yaml index 0a2fe8a858..9baa9d050d 100644 --- a/fdio.infra.ansible/roles/intel/tasks/ice.yaml +++ b/fdio.infra.ansible/roles/intel/tasks/ice.yaml @@ -27,7 +27,7 @@ - "make install" - "modprobe -r ice" - "modprobe ice" - failed_when: no + failed_when: false when: - intel_driver_extracted tags: @@ -64,8 +64,8 @@ copy: src: "{{ intel_ddp_profile_dir }}/ice_comms-{{ intel_ddp_version }}.pkg" dest: "/lib/firmware/updates/intel/ice/ddp/ice-{{ intel_ddp_version }}.pkg" - remote_src: yes - follow: yes + remote_src: true + follow: true tags: - intel-inst