Skip to content

v6.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 May 13:33
· 1086 commits to refs/heads/main since this release
49377b8

Minor Changes

Bugfixes

  • Fix support for block tasks in unnamed-task rule (#2107) @nishipy
  • Make sure all tasks get evaluated by matchtask including block/always/rescue and nested tasks (#2031) @nishipy
  • Ensure tags are escaped when printed (#2096) @ssbarnea
  • Detect role argument_specs files as a lintable kind (#2091) @ziegenberg
  • Fix var-naming rule to show line numbers and apply noqa (#2090) @notok
  • --write: Do not rewrite zero 0 as octal 00 (#2092) @ziegenberg
  • Relax the yamllint rules on spaces inside braces for flow mappings (#2077) @ziegenberg
  • Update test and typing deps and remove special code paths for py < 3.8 (#2087) @ziegenberg
  • Update package metadata for setuptools (#2086) @ziegenberg
  • Apply var-spacing tests to vars files (#2063) @notok
  • Add philosophy section to the documentation (#2017) @ssbarnea
  • Propagate error message to user on systemexit (#2058) @wbh1
  • Fix loading ansible-lint.yml in git projects (#2059) @evgeni