Skip to content
  1. Jul 17, 2017
  2. Jun 29, 2017
  3. Apr 19, 2017
  4. Mar 22, 2017
  5. Feb 27, 2017
  6. Feb 18, 2017
  7. Feb 16, 2017
  8. Feb 13, 2017
    • Vladimir Rutsky's avatar
      set "check_mode: no" for read-only "shell" steps that registers result · 09847567
      Vladimir Rutsky authored
      "shell" step doesn't support check mode, which currently leads to failures,
      when Ansible is being run in check mode (because Ansible doesn't run command,
      assuming that command might have effect, and no "rc" or "output" is registered).
      
      Setting "check_mode: no" allows to run those "shell" commands in check mode
      (which is safe, because those shell commands doesn't have side effects).
      09847567
  9. Jan 06, 2017
  10. Jan 02, 2017
  11. Dec 28, 2016
  12. Dec 13, 2016
  13. Dec 09, 2016
Loading