Skip to content
Snippets Groups Projects
  1. Aug 12, 2021
  2. Aug 02, 2021
  3. Jul 30, 2021
  4. Jul 29, 2021
  5. Jul 27, 2021
  6. Jul 12, 2021
  7. Jul 08, 2021
  8. Jul 04, 2021
  9. Jul 02, 2021
  10. Jul 01, 2021
  11. Jun 30, 2021
  12. Jun 16, 2021
  13. Jun 10, 2021
  14. Jun 06, 2021
  15. Jun 03, 2021
  16. Jun 02, 2021
  17. Jun 01, 2021
  18. May 21, 2021
  19. May 20, 2021
  20. May 18, 2021
  21. May 13, 2021
  22. May 12, 2021
  23. May 07, 2021
  24. Apr 15, 2021
  25. Apr 09, 2021
  26. Apr 08, 2021
  27. Mar 27, 2021
  28. Feb 14, 2021
    • Jan Alexander Steffens (heftig)'s avatar
      matrix: Avoid using maps of maps with free keys · a841a2c5
      Jan Alexander Steffens (heftig) authored
      Prefer using lists of maps with consistent keys.
      Verified
      a841a2c5
    • 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
Loading