Skip to content
  1. Apr 24, 2021
  2. Apr 22, 2021
  3. Apr 21, 2021
  4. Apr 16, 2021
  5. Apr 09, 2021
  6. Apr 05, 2021
  7. Apr 01, 2021
  8. Mar 24, 2021
  9. Mar 23, 2021
  10. Mar 19, 2021
  11. Mar 02, 2021
  12. Feb 23, 2021
  13. Feb 22, 2021
  14. Feb 16, 2021
  15. Feb 10, 2021
  16. Feb 05, 2021
  17. Jan 26, 2021
  18. Jan 19, 2021
  19. Jan 18, 2021
  20. Jan 15, 2021
  21. Jan 14, 2021
  22. Jan 11, 2021
    • Kenichi Omichi's avatar
      Remove unnecessary failed_when (#7120) · c005c907
      Kenichi Omichi authored
      TASK [Generate a list of information about the images on a node]
      registers list of container images to docker_images.
      Then the next TASK [Set pull_required if the desired image is not
      yet loaded] does based on expecting images are registered.
      However sometimes the first TASK was failed as [1] but the failure
      is ignored due to failed_when:false and it makes another issue.
      This removes this unnecessary failed_when to detect the failure
      at the point.
      In addition, this removes no_log:true also because the output doesn't
      contain any sensitive data and now it just makes debugging difficult.
      
      [1]: https://gitlab.com/kargo-ci/kubernetes-sigs-kubespray/-/jobs/934714534#L2953
      c005c907
Loading