Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Releases: thegeeklab/ansible-later

v0.1.1

08 Jan 22:05
Compare
Choose a tag to compare
  • BUGFIX
    • fix small bug in main function (program call runs twice)

v0.1.0

19 Dec 12:39
Compare
Choose a tag to compare
  • ENHANCEMENT
    • remove ansible-review namings
    • remove ansible-lint dependencies
    • restructuring project
    • provide an “abstract” module (utils.rulehelper) to simplify writing new rules
    • port most of ansible-lint rules
    • rules can now have an optional id
    • extend and restructure readme
  • BUGFIX
    • fix handling with custom modules
    • fix classification of inventory files
    • fix some smaller bugs with python3
    • classify group_vars/host_vars with subdirs correctly
    • some fixes to harmonize old ansible-lint codebase