Skip to content
Snippets Groups Projects
  1. Mar 27, 2022
  2. Mar 05, 2022
    • Evangelos Foutras's avatar
      tasks/upgrade-servers: tweak pacman upgrade logic · 7d5fd109
      Evangelos Foutras authored
      Avoid updating the cache in the same task w/ the upgrade as the former
      causes the combined task to always return changed=True. For up-to-date
      hosts, stop early instead of following through to the end and skipping
      the final reboot task.
      
      Before Ansible 5.4.0, combined cache update + package upgrade would not
      always return changed=True but instead depended on whether the were any
      packages to upgrade.
      7d5fd109
  3. Feb 26, 2022
  4. Feb 25, 2022
  5. Feb 05, 2022
  6. Jan 09, 2022
    • Evangelos Foutras's avatar
      tasks: stop arch-svntogit.timer before rebooting · b6972fda
      Evangelos Foutras authored
      In a recent execution of the server upgrade task, svntogit was started
      shortly before the reboot command was issued. Therefore, it was killed
      two seconds into its run, leaving behind a lock file that prevented it
      from starting again after gemini was rebooted.
      
      Avoid the above timing issue by stopping the timer before rebooting.
      b6972fda
  7. Jan 02, 2022
  8. Nov 06, 2021
  9. Sep 10, 2021
  10. Aug 23, 2021
  11. Aug 22, 2021
  12. Apr 30, 2021
  13. Mar 19, 2021
  14. Feb 14, 2021
    • Kristian Klausen's avatar
      Make ansible-lint happy · 4112bdf9
      Kristian Klausen authored
      yaml: truthy value should be one of [false, true] (truthy)
      yaml: wrong indentation: expected 4 but found 2 (indentation)
      yaml: too few spaces before comment (comments)
      yaml: missing starting space in comment (comments)
      yaml: too many blank lines (1 > 0) (empty-lines)
      yaml: too many spaces after colon (colons)
      yaml: comment not indented like content (comments-indentation)
      yaml: no new line character at the end of file (new-line-at-end-of-file)
      load-failure: Failed to load or parse file
      parser-error: couldn't resolve module/action 'hosts'. This often indicates a misspelling, missing collection, or incorrect module path.
      4112bdf9
  15. Jan 10, 2021
  16. Dec 20, 2020
  17. Oct 26, 2020
  18. Oct 22, 2020
  19. Oct 12, 2020
  20. Sep 23, 2020
  21. Aug 27, 2020
  22. Aug 03, 2020
  23. Jul 24, 2020
  24. Jul 08, 2020
  25. Jun 17, 2020
Loading