feat(trex): Bump T-Rex to v3.00
[csit.git] / fdio.infra.ansible / roles / trex / tasks / deploy_block.yaml
index 492a56a..23948bc 100644 (file)
 
 - name: Reset gcc-9
   ansible.builtin.command: "update-alternatives --remove-all gcc"
+  ignore_errors: true
   when: trex_extracted.changed
 
 - name: Reset g++-9
   ansible.builtin.command: "update-alternatives --remove-all g++"
+  ignore_errors: true
   when: trex_extracted.changed
 
 - name: Switch to gcc-9